Skip to content

Commit

Permalink
update terrafying-version
Browse files Browse the repository at this point in the history
  • Loading branch information
meghaniankov committed Jan 5, 2024
1 parent b3781b1 commit e9af832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
push: true
tags: ${{ steps.meta.outputs.tags }}
build-args: "TERRAFYING_VERSION=${{ contains(github.ref, 'refs/tags/') && github.ref_name }}"
build-args: "TERRAFYING_VERSION=${{ contains(github.ref, 'refs/tags/') && github.ref_name || '0.0.0' }}"

0 comments on commit e9af832

Please sign in to comment.