Skip to content

Commit f50d7f9

Browse files
committed
chore(starter): Refator starter.yml to use the v3 tag for container build and release
Signed-off-by: Hayden Roszell <[email protected]>
1 parent 74aa92c commit f50d7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/starter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
call-container-build-and-release-workflow:
111111
needs: [call-get-primary-language, call-assign-from-json-workflow, call-create-github-release-workflow,call-goreleaser-exists,setup_platforms]
112112
if: needs.call-get-primary-language.outputs.primary_language == 'Go' && needs.call-goreleaser-exists.outputs.goreleaser-exists == 'false'
113-
uses: keyfactor/actions/.github/workflows/container-build-and-release.yml@container-patch-62529
113+
uses: keyfactor/actions/.github/workflows/container-build-and-release.yml@v3
114114
with:
115115
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
116116
platform_list: ${{ fromJson(needs.setup_platforms.outputs.platform_matrix) }}

0 commit comments

Comments
 (0)