Skip to content

Commit

Permalink
Changed 1
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushXCoder committed Dec 6, 2023
1 parent 41ddd10 commit f987a39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:

- name: 'Build Inventory Image'
run: |
ls
docker buildx build --load --platform linux/arm64 \
--build-arg="RUNNER_GROUP_ID=${{vars.RUNNER_GROUP_ID}}" \
--build-arg="RUNNER_USER_ID=${{vars.RUNNER_USER_ID}}" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV RUNNER_USER_ID=${RUNNER_USER_ID}
ARG APP=local
ENV APP=${APP}

RUN apk add --no-cache openssl
# RUN apk add --no-cache openssl

RUN addgroup -g ${RUNNER_GROUP_ID} runner && adduser -G runner -u ${RUNNER_USER_ID} runner -D
USER runner
Expand Down

0 comments on commit f987a39

Please sign in to comment.