We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fac4c1 commit 28210fbCopy full SHA for 28210fb
.github/workflows/build.yml
@@ -106,7 +106,7 @@ jobs:
106
type=ref,event=branch
107
type=ref,event=tag
108
type=raw,value=latest,enable={{is_default_branch}}
109
- type=raw,value=v${{ steps.semantic.outputs.release-version }},enable={{ steps.semantic.outputs.new-release-published }}
+ type=raw,value=v${{ steps.semantic.outputs.release-version }},enable=${{ steps.semantic.outputs.new-release-published }}
110
111
- name: Set up QEMU
112
uses: docker/setup-qemu-action@v2
0 commit comments