File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1616
1717jobs :
1818 update_helm_chart :
19- needs : create_manifest
19+ needs : [ create_manifest]
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Generate GitHub token
7979 name : ${{ matrix.target }}
8080 runs-on : ${{ matrix.os }}
8181 strategy :
82- fail-fast : false
82+ fail-fast : true
8383 matrix :
8484 include :
8585 - os : ubuntu-22.04
@@ -169,10 +169,11 @@ jobs:
169169 if-no-files-found : error
170170
171171 build_images :
172+ needs : build_binaries
172173 name : Build ${{ matrix.arch }} Docker image
173174 runs-on : ${{ matrix.runner }}
174175 strategy :
175- fail-fast : false
176+ fail-fast : true
176177 matrix :
177178 include :
178179 - arch : x86-64
@@ -251,7 +252,7 @@ jobs:
251252 ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-arm64
252253
253254 upload_release_artifacts :
254- needs : build_binaries
255+ needs : [ build_binaries, create_manifest]
255256 runs-on : ubuntu-22.04
256257 steps :
257258 - name : Checkout
You can’t perform that action at this time.
0 commit comments