chore: replace master by main as default branch
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-12-30 16:31:41 +01:00
parent 76741a18e9
commit a4d48c690d
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 9 additions and 9 deletions

View File

@ -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
...

View File

@ -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.