File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,4 +149,4 @@ release:staging:
149149 - .release:staging
150150 - .dist
151151 needs :
152- - image
152+ - container- image
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ unit-tests:
9292 script :
9393 - make -f deployments/container/Makefile build-${DIST}
9494
95- image :
95+ container- image :
9696 extends :
9797 - .image-build
9898 - .dist
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ variables:
6565 - regctl registry login "${OUT_REGISTRY}" -u "${OUT_REGISTRY_USER}" -p "${OUT_REGISTRY_TOKEN}"
6666 - make -f deployments/container/Makefile IMAGE=${IN_REGISTRY}/${IN_IMAGE_NAME}:${IN_VERSION} OUT_IMAGE=${OUT_IMAGE_NAME}:${CI_COMMIT_SHORT_SHA} push-${DIST}
6767
68- image :
68+ container- image :
6969 extends :
7070 - .image-pull
7171 - .dist
@@ -115,7 +115,7 @@ image:
115115 - .scan
116116 - .dist
117117 needs :
118- - image
118+ - container- image
119119
120120# Define the scan targets
121121scan-amd64 :
You can’t perform that action at this time.
0 commit comments