From c24a2c7ebb8537333f876f8a9ff06ec18e7a4970 Mon Sep 17 00:00:00 2001 From: romainGuiet Date: Fri, 2 Feb 2024 15:54:28 +0100 Subject: [PATCH] Update docker-publish.yml revert context and add file --- .github/workflows/docker-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c659d09..0d572bf 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -75,7 +75,8 @@ jobs: id: build-and-push uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: - context: ./docker/Dockerfile-base + context: . + file: ./docker/Dockerfile-base push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}