File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777 needs : [get_asdf_version, get_issue_number_and_commit_id]
7878 with :
7979 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
80- dev_container_ecr : dev-container-quality-checks
80+ dev_container_ecr : dev-container-common-workflows
8181 dev_container_image_tag : PR-${{ needs.get_issue_number_and_commit_id.outputs.issue_number }}-${{ needs.get_issue_number_and_commit_id.outputs.sha_short }}
8282 secrets :
8383 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 4848 uses : ./.github/workflows/quality-checks.yml
4949 with :
5050 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
51- dev_container_ecr : dev-container-quality-checks
51+ dev_container_ecr : dev-container-common-workflows
5252 dev_container_image_tag : release-${{ needs.get_commit_id.outputs.sha_short }}
5353 secrets :
5454 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7575 needs : [quality_checks, get_commit_id, tag_release]
7676 uses : ./.github/workflows/tag_latest_container_images.yml
7777 with :
78- ecr_name : dev-container-quality-checks
78+ ecr_name : dev-container-common-workflows
7979 container_image_tag : release-${{ needs.get_commit_id.outputs.sha_short }}
8080 version_tag_to_apply : ${{ needs.tag_release.outputs.version_tag }}
8181 secrets :
Original file line number Diff line number Diff line change 1212 required : true
1313 container_image_tag :
1414 type : string
15- description : " The tag to use for the dev container image ."
15+ description : " The tag of an existing image to apply version tag to ."
1616 required : true
1717 version_tag_to_apply :
1818 type : string
You can’t perform that action at this time.
0 commit comments