From 933a575e5fef0e8e3b138aa146a61808311b269e Mon Sep 17 00:00:00 2001 From: John Edwards Date: Thu, 5 Oct 2023 20:38:17 +0100 Subject: [PATCH] Update docker-publish.yml Updated docker build push context --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 4643689..59a248f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -59,8 +59,8 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 with: - context: . - file: ./bullseye/Dockerfile + context: ./bullseye + file: ./Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}