Skip to content

Commit

Permalink
resolve missing container workflow in v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Jan 26, 2024
1 parent 743eb4e commit 056673f
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 @@ -99,7 +99,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@v2
uses: keyfactor/actions/.github/workflows/container-build-and-release.yml@release-2.3
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 056673f

Please sign in to comment.