mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +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_TOKEN: "${NGC_REGISTRY_TOKEN}"
|
||||||
OUT_REGISTRY: "${NGC_REGISTRY}"
|
OUT_REGISTRY: "${NGC_REGISTRY}"
|
||||||
OUT_IMAGE_NAME: "${NGC_REGISTRY_IMAGE}"
|
OUT_IMAGE_NAME: "${NGC_REGISTRY_IMAGE}"
|
||||||
# TODO: For now we disable external releases
|
|
||||||
DOCKER: echo
|
|
||||||
|
|
||||||
.release:dockerhub:
|
.release:dockerhub:
|
||||||
extends:
|
extends:
|
||||||
@ -184,9 +182,6 @@ scan-ubi8:
|
|||||||
OUT_REGISTRY: "${DOCKERHUB_REGISTRY}"
|
OUT_REGISTRY: "${DOCKERHUB_REGISTRY}"
|
||||||
OUT_IMAGE_NAME: "${REGISTRY_IMAGE}"
|
OUT_IMAGE_NAME: "${REGISTRY_IMAGE}"
|
||||||
|
|
||||||
# TODO: For now we disable external releases
|
|
||||||
DOCKER: echo
|
|
||||||
|
|
||||||
release:staging-ubuntu18.04:
|
release:staging-ubuntu18.04:
|
||||||
extends:
|
extends:
|
||||||
- .release:staging
|
- .release:staging
|
||||||
|
Loading…
Reference in New Issue
Block a user