@@ -109,7 +109,7 @@ jobs:
109
109
uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
110
110
with :
111
111
path : ${{ github.workspace }}/dist
112
- key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
112
+ key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi
113
113
114
114
test :
115
115
name : Run tests
@@ -137,7 +137,7 @@ jobs:
137
137
uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
138
138
with :
139
139
path : ${{ github.workspace }}/dist
140
- key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
140
+ key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi
141
141
if : ${{ matrix.needs-updating == 'true' }}
142
142
- name : Run Smoke Tests
143
143
id : smoke-tests
@@ -164,7 +164,7 @@ jobs:
164
164
tag : ${{ needs.variables.outputs.kic-tag }}
165
165
sha_long : ${{ needs.variables.outputs.sha_long }}
166
166
secrets : inherit
167
- if : ${{ needs.check.outputs.needs-updating-debian }}
167
+ if : ${{ needs.check.outputs.needs-updating-debian == 'true' }}
168
168
169
169
release-docker-alpine :
170
170
name : Release Alpine Image
@@ -176,7 +176,7 @@ jobs:
176
176
tag : ${{ needs.variables.outputs.kic-tag }}
177
177
sha_long : ${{ needs.variables.outputs.sha_long }}
178
178
secrets : inherit
179
- if : ${{ needs.check.outputs.needs-updating-alpine }}
179
+ if : ${{ needs.check.outputs.needs-updating-alpine == 'true' }}
180
180
181
181
release-docker-ubi :
182
182
name : Release UBI Image
@@ -188,4 +188,4 @@ jobs:
188
188
tag : ${{ needs.variables.outputs.kic-tag }}
189
189
sha_long : ${{ needs.variables.outputs.sha_long }}
190
190
secrets : inherit
191
- if : ${{ needs.check.outputs.needs-updating-ubi }}
191
+ if : ${{ needs.check.outputs.needs-updating-ubi == 'true' }}
0 commit comments