Fix Dockerfile location

This commit is contained in:
2022-02-19 01:55:14 +01:00
parent 28da36d920
commit ec9b4059f0

View File

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