From a4d48c690d9af0d3cb6f415b4c3faaa6e552000d 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 2f11211..487a851 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: trigger: ref: - - refs/heads/master + - refs/heads/main - refs/pull/** - refs/tags/** @@ -68,7 +68,7 @@ steps: DOCKER_AUTOTAG_VERSION: ${DRONE_TAG} when: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** depends_on: - dryrun @@ -84,7 +84,7 @@ steps: from_secret: docker_username when: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** depends_on: - tags @@ -101,7 +101,7 @@ steps: from_secret: quay_username when: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** depends_on: - tags @@ -124,7 +124,7 @@ steps: trigger: ref: - - refs/heads/master + - refs/heads/main - refs/pull/** - refs/tags/** @@ -186,7 +186,7 @@ steps: trigger: ref: - - refs/heads/master + - refs/heads/main - refs/tags/** status: - success @@ -197,6 +197,6 @@ depends_on: --- kind: signature -hmac: 89da8fbf2549e2920eb18f37d6f781805455dbe861b0ea4df5513f0ede6a64de +hmac: a8733f43b6f7e59a9cb48fbc0f1ada356ca15f9b63f0d71c8a3bf25a49aee702 ... diff --git a/README.md b/README.md index f1d3cd1..dea3778 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Custom image for BitwardenRS password manager [![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/bitwardenrs) [![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/bitwardenrs) [![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/bitwardenrs) -[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/bitwardenrs/src/branch/master/LICENSE) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/bitwardenrs/src/branch/main/LICENSE) This is a rootless custom Docker image for [bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs). Bitwarden_rs is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. @@ -107,4 +107,4 @@ BITWARDENRS_ROCKET_WORKERS= ## License -This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/bitwardenrs/src/branch/master/LICENSE) file for details. +This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/bitwardenrs/src/branch/main/LICENSE) file for details.