missing path for dockerfile

This commit is contained in:
Chris 2023-11-13 10:01:35 +01:00
parent d1f37d7f95
commit 205b7437d3

View file

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