From fec6686ccc9b9e589b84428d89853b1fa209549e Mon Sep 17 00:00:00 2001 From: krateng Date: Fri, 25 Mar 2022 20:07:39 +0100 Subject: [PATCH] Fixed docker publish action --- .github/workflows/dockerhub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 2f339d4..1b23528 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -35,7 +35,7 @@ jobs: uses: docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b with: context: . - file: {context}/Containerfile + file: Containerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}