diff --git a/.github/workflows/starter.yml b/.github/workflows/starter.yml index aa0c7ae..d73a836 100644 --- a/.github/workflows/starter.yml +++ b/.github/workflows/starter.yml @@ -110,7 +110,7 @@ jobs: call-container-build-and-release-workflow: needs: [call-get-primary-language, call-assign-from-json-workflow, call-create-github-release-workflow,call-goreleaser-exists,setup_platforms] if: needs.call-get-primary-language.outputs.primary_language == 'Go' && needs.call-goreleaser-exists.outputs.goreleaser-exists == 'false' - uses: keyfactor/actions/.github/workflows/container-build-and-release.yml@container-patch-62529 + uses: keyfactor/actions/.github/workflows/container-build-and-release.yml@v3 with: release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }} platform_list: ${{ fromJson(needs.setup_platforms.outputs.platform_matrix) }}