Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpiatyszek committed Mar 22, 2022
1 parent e1ff2dc commit 1036f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: ${{ 'quay.mi2.ai/piotrpiatyszek/limecraft:' + steps.gettag.outputs.tag }}
tags: ${{ format('quay.mi2.ai/piotrpiatyszek/limecraft:{0}', steps.gettag.outputs.tag) }}
context: '.'

0 comments on commit 1036f2b

Please sign in to comment.