File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 runtime_docker_image : " ${{ needs.get_config_values.outputs.devcontainer_image }}:githubactions-${{ needs.get_config_values.outputs.devcontainer_version }}"
5757 branch_name : ${{ github.event.pull_request.head.ref }}
5858 tag_format : ${{ needs.get_config_values.outputs.tag_format }}
59+ use_published_from_main_image : false
5960 secrets : inherit
Original file line number Diff line number Diff line change 4444 runtime_docker_image : " ${{ needs.get_config_values.outputs.devcontainer_image }}:githubactions-${{ needs.get_config_values.outputs.devcontainer_version }}"
4545 branch_name : main
4646 tag_format : ${{ needs.get_config_values.outputs.tag_format }}
47+ use_published_from_main_image : true
4748 secrets : inherit
Original file line number Diff line number Diff line change 4545 description : " An repository for the extra artifact"
4646 required : false
4747 type : string
48+ use_published_from_main_image :
49+ required : true
50+ type : boolean
4851 outputs :
4952 version_tag :
5053 value : ${{ jobs.tag_release.outputs.version_tag }}
6366 uses : ./.github/workflows/verify_attestation.yml
6467 with :
6568 runtime_docker_image : " ${{ inputs.runtime_docker_image }}"
66- use_published_from_main_image : false
69+ use_published_from_main_image : ${{ inputs.use_published_from_main_image }}
6770 tag_release :
6871 runs-on : ubuntu-22.04
6972 needs : verify_attestation
You can’t perform that action at this time.
0 commit comments