Update docker-publish.yml

Updated path do docker file
This commit is contained in:
John Edwards 2023-10-05 20:39:21 +01:00 committed by GitHub
parent 933a575e5f
commit ec8d348f02
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: ./bullseye
file: ./Dockerfile
file: ./bullseye/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}