Genericized containerfile

This commit is contained in:
krateng 2022-03-24 03:38:06 +01:00
parent 68fd6fe65f
commit 66d703b623
6 changed files with 5 additions and 2 deletions

View file

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