From 79660d1e5587d4a10b1233ee17c17f723488242c Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Fri, 3 Dec 2021 15:30:15 +0100 Subject: [PATCH] Enable release of toolkit-container images This change enables the release of toolkit-container images from this repository instead of the container-config repository. This ensures that these images are released along with the packages for the NVIDIA Contianer Toolkit components. Signed-off-by: Evan Lezar --- .nvidia-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index 09c9a6f0..075a750c 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -172,8 +172,6 @@ scan-ubi8: OUT_REGISTRY_TOKEN: "${NGC_REGISTRY_TOKEN}" OUT_REGISTRY: "${NGC_REGISTRY}" OUT_IMAGE_NAME: "${NGC_REGISTRY_IMAGE}" - # TODO: For now we disable external releases - DOCKER: echo .release:dockerhub: extends: @@ -184,9 +182,6 @@ scan-ubi8: OUT_REGISTRY: "${DOCKERHUB_REGISTRY}" OUT_IMAGE_NAME: "${REGISTRY_IMAGE}" - # TODO: For now we disable external releases - DOCKER: echo - release:staging-ubuntu18.04: extends: - .release:staging