Update docker-publish.yml

Updated docker build push context
This commit is contained in:
John Edwards 2023-10-05 20:38:17 +01:00 committed by GitHub
parent 8bd96ee8c6
commit 933a575e5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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