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:40 +01:00
parent af07f7bd04
commit 211d6e73fa
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/**
@ -59,7 +59,7 @@ steps:
DOCKER_AUTOTAG_VERSION: ${DRONE_TAG}
when:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
depends_on:
- dryrun
@ -75,7 +75,7 @@ steps:
from_secret: docker_username
when:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
depends_on:
- tags
@ -92,7 +92,7 @@ steps:
from_secret: quay_username
when:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
depends_on:
- tags
@ -115,7 +115,7 @@ steps:
trigger:
ref:
- refs/heads/master
- refs/heads/main
- refs/pull/**
- refs/tags/**
@ -177,7 +177,7 @@ steps:
trigger:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
status:
- success
@ -188,6 +188,6 @@ depends_on:
---
kind: signature
hmac: 3993a2c9b01bfe78acf92f16571ede4bc9774d060648ff9130069e088ad8993b
hmac: c4a72f01c48496e8c410d47b3a57fce632fba20a2a211f882efa1ca401bb5998
...

View File

@ -6,7 +6,7 @@ Custom image for the BitwardenRS LDAP connector
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/bitwardenrs_ldap)
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/bitwardenrs_ldap)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/bitwardenrs_ldap)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/bitwardenrs_ldap/src/branch/master/LICENSE)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/bitwardenrs_ldap/src/branch/main/LICENSE)
This is a rootless custom Docker image for [bitwarden_rs_ldap](https://github.com/ViViDboarder/bitwarden_rs_ldap) a simple LDAP connector for bitwarden_rs.
@ -88,4 +88,4 @@ BITWARDENRS_LDAP_SYNC_LOOP=True
## License
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/bitwardenrs_ldap/src/branch/master/LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/bitwardenrs_ldap/src/branch/main/LICENSE) file for details.