Skip to content

Commit de1b4c9

Browse files
Merge pull request #171 from NVIDIA/fix-ci-reserved-image-keyword
Rename image job to container-image
2 parents b3be4f9 + 246802e commit de1b4c9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.common-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ release:staging:
149149
- .release:staging
150150
- .dist
151151
needs:
152-
- image
152+
- container-image

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.nvidia-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
121121
scan-amd64:

0 commit comments

Comments
 (0)