Skip to content

Commit 32ce080

Browse files
committed
fix version pass
1 parent b358dd8 commit 32ce080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-on-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
uses: ./.github/actions/build-push-images
5353
with:
5454
push: false
55-
tag: ${{ steps.calc-version.outputs.version }}
55+
tag: ${{ needs.calc-version.outputs.version }}
5656
registry: ${{ env.CONTAINER_REGISTRY }}

0 commit comments

Comments
 (0)