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 }}