Skip to content

Commit

Permalink
chore: Specify Docker build arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Jun 21, 2023
1 parent 4a408b1 commit 3db8894
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-publish-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:
with:
push: true # Will only build if this is not here
tags: ${{ steps.meta.outputs.tags }}
args: |
--build-arg USER_ID=1000
--build-arg GROUP_ID=1000
3 changes: 3 additions & 0 deletions .github/workflows/deploy-main-in-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
push: true # Will only build if this is not here
tags: ${{ steps.meta.outputs.tags }}
args: |
--build-arg USER_ID=1000
--build-arg GROUP_ID=1000
deploy:
needs: [ build ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3db8894

Please sign in to comment.