From 7761d071a2fb7e772e1c1fcca38d2aff08a67ad5 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 d664ca1..f842997 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: trigger: ref: - - refs/heads/master + - refs/heads/main - refs/pull/** - refs/tags/** @@ -50,7 +50,7 @@ steps: DOCKER_AUTOTAG_VERSION: ${DRONE_TAG} when: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** - name: publish-dockerhub @@ -64,7 +64,7 @@ steps: from_secret: docker_username when: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** depends_on: - tags @@ -81,7 +81,7 @@ steps: from_secret: quay_username when: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** depends_on: - tags @@ -104,7 +104,7 @@ steps: trigger: ref: - - refs/heads/master + - refs/heads/main - refs/pull/** - refs/tags/** @@ -166,7 +166,7 @@ steps: trigger: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** status: - success @@ -177,6 +177,6 @@ depends_on: --- kind: signature -hmac: 5f562b6b923f9fedabbc80af55884d9eade54d758d9065731d99aff92193c10d +hmac: e4f873dd9e426db02152a6beec5aa1193a1b8a1ff6850fb7400bbdd7c1d3fc9e ... diff --git a/README.md b/README.md index 2ed10ed..9cae8c0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Custom Alpine image including a common toolset [![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/alpine) [![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/alpine) [![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/alpine-tools) -[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/alpine-tools/src/branch/master/LICENSE) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/alpine-tools/src/branch/main/LICENSE) Custom Alpine image including a common toolset. @@ -21,4 +21,4 @@ Custom Alpine image including a common toolset. ## License -This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/alpine-tools/src/branch/master/LICENSE) file for details. +This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/alpine-tools/src/branch/main/LICENSE) file for details.