From b5cd7c79cf2dbe6692550ae4f46fd163b1e23cea Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 30 Dec 2020 16:31:40 +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 b321c75..73507a3 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: 5352100ce9aa90a12a4033550a8783ffbd37a1329215d236864676d0eea8440a +hmac: 53fe0cdd291b82a57b67c0fab5adfb46034321650c54d1195585865e54d91c0d ... diff --git a/README.md b/README.md index ea236d9..b7e01bf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Custom image for Kanboard Kanban project management [![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/kanboard) [![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/kanboard) [![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/kanboard) -[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/kanboard/src/branch/master/LICENSE) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/kanboard/src/branch/main/LICENSE) > **WARNING**: Since release v1.2.1102 this image is a rootless image and may BREAK your setup! @@ -159,4 +159,4 @@ PHP_SQL_SAFE_MODE=On ## License -This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/kanboard/src/branch/master/LICENSE) file for details. +This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/kanboard/src/branch/main/LICENSE) file for details.