We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b358dd8 commit 32ce080Copy full SHA for 32ce080
.github/workflows/build-on-branch.yaml
@@ -52,5 +52,5 @@ jobs:
52
uses: ./.github/actions/build-push-images
53
with:
54
push: false
55
- tag: ${{ steps.calc-version.outputs.version }}
+ tag: ${{ needs.calc-version.outputs.version }}
56
registry: ${{ env.CONTAINER_REGISTRY }}
0 commit comments