From 09452c8154f891f7a26435e19315fd345ec871ef Mon Sep 17 00:00:00 2001 From: Konstanty Karagiorgis Date: Wed, 22 May 2024 09:14:13 +0200 Subject: [PATCH] Save --- .github/workflows/docker.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 2b901d6..c1ce68e 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -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 }}