Skip to content

Commit

Permalink
added api user-uid to build
Browse files Browse the repository at this point in the history
  • Loading branch information
brouillette committed Dec 13, 2022
1 parent a257729 commit a12b55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/api.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
build-args: |
BUILDER_BASE_IMAGE=${{ env.GOHAN_API_BUILDER_BASE_IMAGE }}
BASE_IMAGE=${{ env.GOHAN_API_BASE_IMAGE }}
HOST_USER_UID=1000
HOST_USER_GID=1000
registry: ghcr.io
registry-username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion src/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN apk update && \
xz-dev zlib-dev bzip2-dev

# Security :
# ARG HOST_USER_UID
ARG HOST_USER_UID
ARG HOST_USER_GID
ARG OS_NAME
RUN if [ $OS_NAME != darwin ]; \
Expand Down

0 comments on commit a12b55b

Please sign in to comment.