Fixed docker publish action

This commit is contained in:
krateng 2022-03-25 20:07:39 +01:00
parent dad027677e
commit fec6686ccc
1 changed files with 1 additions and 1 deletions

View File

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