Skip to content

Commit

Permalink
chore(starter): Refator starter.yml to use the v3 tag for container b…
Browse files Browse the repository at this point in the history
…uild and release

Signed-off-by: Hayden Roszell <[email protected]>
  • Loading branch information
m8rmclaren committed Aug 26, 2024
1 parent 74aa92c commit f50d7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit f50d7f9

Please sign in to comment.