Update docker-publish.yml

Fixed path to docker file in build job
This commit is contained in:
John Edwards 2023-10-05 20:30:18 +01:00 committed by GitHub
parent fd40c1756b
commit 8bd96ee8c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ jobs:
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: .bullseye/Dockerfile
file: ./bullseye/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}