Skip to content

Commit c8b7e47

Browse files
committed
typos everywhere ...
1 parent eea805e commit c8b7e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
push: true
113113
platforms: ${{ env.IMAGE_ARCH }}
114114
cache-from: type=registry,ref=${{ env.IMAGE }}:${{ env.IMAGE_SEMVER_PREFIX }}buildcache${{ env.IMAGE_SEMVER_SUFFIX }}
115-
cache-to: type=registry,ref=${{ env.IMAGE }}:${{ env.IMAGE_SEMVER_PREFIX }}buildcache${{ env.IMAGE_SEMVER_SUFFIX }}e,mode=max,compression=zstd,force-compression=true
115+
cache-to: type=registry,ref=${{ env.IMAGE }}:${{ env.IMAGE_SEMVER_PREFIX }}buildcache${{ env.IMAGE_SEMVER_SUFFIX }},mode=max,compression=zstd,force-compression=true
116116
build-args: |
117117
APP_IMAGE=${{ env.IMAGE }}
118118
APP_NAME=${{ env.json_name }}

arch.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ARG APP_VERSION_SUFFIX=""
5050
COPY ./rootfs /
5151
RUN set -ex; \
5252
chmod +x -R /usr/local/bin; \
53-
chown -R ${APP_UID}:${APP_GID}} \
53+
chown -R ${APP_UID}:${APP_GID} \
5454
${APP_ROOT} \
5555
/opt/py-kms;
5656

0 commit comments

Comments
 (0)