mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
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 <elezar@nvidia.com>
This commit is contained in:
parent
0ac288e6dd
commit
79660d1e55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user