From 9d83b6efeab245a58e5ef6c1861a01c585676883 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 30 Dec 2020 16:31:41 +0100 Subject: [PATCH] chore: replace master by main as default branch --- .drone.yml | 14 +++++++------- README.md | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index d42e222..5042c67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: trigger: ref: - - refs/heads/master + - refs/heads/main - refs/pull/** - refs/tags/** @@ -52,7 +52,7 @@ steps: DOCKER_AUTOTAG_VERSION: ${DRONE_TAG} when: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** depends_on: - dryrun @@ -70,7 +70,7 @@ steps: from_secret: docker_username when: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** depends_on: - tags @@ -89,7 +89,7 @@ steps: from_secret: quay_username when: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** depends_on: - tags @@ -112,7 +112,7 @@ steps: trigger: ref: - - refs/heads/master + - refs/heads/main - refs/pull/** - refs/tags/** @@ -174,7 +174,7 @@ steps: trigger: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** status: - success @@ -185,6 +185,6 @@ depends_on: --- kind: signature -hmac: b084f4f50aeb47f16c495a0bacd01d6922b66ebc5b8d4efcd2ca5e1a7a6dd0e5 +hmac: 7609969471d40332453fe93896a4b468eef1b8725737484ea9bbf4c19eaa22a7 ... diff --git a/README.md b/README.md index d41fdf8..2c4c511 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Custom image for VNU Html Checker [![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/vnu) [![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/vnu) [![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/vnu) -[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/vnu/src/branch/master/LICENSE) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/vnu/src/branch/main/LICENSE) Custom Docker image for the [Nu Html Checker](https://github.com/validator/validator). The image was build to use with any docker based CI system. ## License -This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/vnu/src/branch/master/LICENSE) file for details. +This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/vnu/src/branch/main/LICENSE) file for details.