From ac49dc320ca098b7dc152f7fdd05127db274b456 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Tue, 12 Apr 2022 14:51:49 +0200 Subject: [PATCH] Change master references to main Signed-off-by: Evan Lezar --- .common-ci.yml | 2 +- .nvidia-ci.yml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.common-ci.yml b/.common-ci.yml index a9a51a8c..93c575ce 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -190,7 +190,7 @@ test-packaging: OUT_IMAGE_NAME: "${CI_REGISTRY_IMAGE}/staging/container-toolkit" # Define an external release step that pushes an image to an external repository. -# This includes a devlopment image off master. +# This includes a devlopment image off main. .release:external: extends: - .release diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index 768b628d..a23c770d 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -27,8 +27,8 @@ default: variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "/certs" - # Release "devel"-tagged images off the master branch - RELEASE_DEVEL_BRANCH: "master" + # Release "devel"-tagged images off the main branch + RELEASE_DEVEL_BRANCH: "main" DEVEL_RELEASE_IMAGE_VERSION: "devel" # On the multi-arch builder we don't need the qemu setup. SKIP_QEMU_SETUP: "1" diff --git a/README.md b/README.md index dfbdd2bb..b7f86144 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NVIDIA Container Toolkit -[![GitHub license](https://img.shields.io/github/license/NVIDIA/nvidia-container-toolkit?style=flat-square)](https://raw.githubusercontent.com/NVIDIA/nvidia-container-toolkit/master/LICENSE) +[![GitHub license](https://img.shields.io/github/license/NVIDIA/nvidia-container-toolkit?style=flat-square)](https://raw.githubusercontent.com/NVIDIA/nvidia-container-toolkit/main/LICENSE) [![Documentation](https://img.shields.io/badge/documentation-wiki-blue.svg?style=flat-square)](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/overview.html) [![Package repository](https://img.shields.io/badge/packages-repository-b956e8.svg?style=flat-square)](https://nvidia.github.io/libnvidia-container)