From 573b93bf3fa67afcb5358e476f386548586ef36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Schartum=20Dokken?= Date: Wed, 8 Feb 2023 14:21:09 +0100 Subject: [PATCH] Update docker publish context --- .github/workflows/publish_docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 5ed81d3d..d8abf4cf 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -44,9 +44,9 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v3 with: - context: . + context: ./docker push: true file: docker/Dockerfile platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}