Skip to content

Commit

Permalink
github build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matatonic committed Oct 10, 2024
1 parent c80e1f2 commit da05163
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
build-args: |
GROUP_ID=1000
USER_ID=1000
file: Dockerfile
push: true
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:dev
Expand All @@ -151,7 +154,9 @@ jobs:
with:
context: .
build-args: |
VERSION =alt
VERSION=alt
GROUP_ID=1000
USER_ID=1000
file: Dockerfile
push: true
tags: |
Expand Down

0 comments on commit da05163

Please sign in to comment.