1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed docker publish action

This commit is contained in:
krateng 2022-03-25 20:07:39 +01:00
parent dad027677e
commit fec6686ccc

View File

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