We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ad247 commit bd7ddddCopy full SHA for bd7dddd
1 file changed
.gitlab/build.yml
@@ -271,8 +271,20 @@ display-image-tags:
271
needs:
272
- build-adp-image-internal
273
- build-adp-image-fips-internal
274
- - publish-adp-image-internal
275
- - publish-adp-image-internal-fips
+ - job: publish-adp-image-internal
+ parallel:
276
+ matrix:
277
+ - ENABLE_NYDUS_PREVIEW: "true"
278
+ IMAGE_VERSION: tmpl-v5
279
+ - ENABLE_NYDUS_PREVIEW: "false"
280
+ IMAGE_VERSION: tmpl-v6
281
+ - job: publish-adp-image-internal-fips
282
283
284
285
286
287
288
script:
289
- |-
290
cat <<EOF
0 commit comments