Skip to content

Commit

Permalink
Save
Browse files Browse the repository at this point in the history
  • Loading branch information
glothriel committed May 22, 2024
1 parent ad6d8e4 commit 09452c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:
- name: Build image and push to GCR
uses: docker/build-push-action@v2
with:
context: docker
context: .
build-args:
- USER_ID=1000
- GROUP_ID=1000
- VERSION=${{ steps.meta.outputs.tags }}
- PROJECT=..
file: docker/goDockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 09452c8

Please sign in to comment.