Skip to content

Commit 1fa91db

Browse files
committed
ci: add/update release workflow
1 parent f46c009 commit 1fa91db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
needs: [release]
124124
if: ${{ !inputs.dryRun && needs.release.outputs.release-published != 'false' }}
125125

126-
uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@b8c149abb6fed430a99dbd7ca25a093ffe875ab1 # v4.0.0
126+
uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@2740e518e1d9ea2e965a901281e051ea26e3512c # v4.1.0
127127
with:
128128
checkout-ref: refs/tags/v${{needs.release.outputs.release-version}} # check out release tag
129129
tag: ${{needs.release.outputs.release-version}}

0 commit comments

Comments
 (0)