File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 git push origin ${{ github.event.inputs.release_number }}
3636
3737 publish-docker-containers :
38+ needs : tag
3839 strategy :
3940 matrix :
4041 platform : ['linux/amd64', 'linux/arm64']
5051 uses : ./.github/workflows/release-x-manual-merge-container-digests.yml
5152 with :
5253 release_number : ${{ github.event.inputs.release_number }}
53- is_latest : ${{ github.event.inputs.is_latest }}
54+ is_latest : true
5455 secrets : inherit
5556
5657 release-helm-chart :
Original file line number Diff line number Diff line change @@ -38,27 +38,27 @@ jobs:
3838 git push origin ${{ github.event.inputs.tag }}
3939
4040 publish-docker-containers :
41+ needs : tag
4142 strategy :
4243 matrix :
4344 platform : ['linux/amd64', 'linux/arm64']
4445 fail-fast : false
4546 uses : ./.github/workflows/release-x-manual-docker-containers.yml
4647 with :
47- release_number : ${{ github.event.inputs.release_number }}
48+ release_number : ${{ github.event.inputs.tag }}
4849 platform : ${{ matrix.platform }}
4950 secrets : inherit
5051
5152 publish-container-digests :
5253 needs : publish-docker-containers
5354 uses : ./.github/workflows/release-x-manual-merge-container-digests.yml
5455 with :
55- release_number : ${{ github.event.inputs.release_number }}
56- is_latest : ${{ github.event.inputs.is_latest }}
56+ release_number : ${{ github.event.inputs.tag }}
57+ is_latest : false
5758 secrets : inherit
5859
59-
6060 release-helm-chart :
61- needs : build-push-containers
61+ needs : publish-container-digests
6262 uses : ./.github/workflows/release-x-manual-helm-chart.yml
6363 with :
6464 release_number : ${{ github.event.inputs.tag }}
You can’t perform that action at this time.
0 commit comments