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 a770aa52ff
commit 1e43038492
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/**
@ -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: 162b2ef2f9dd48e4436e3e66a0c2d1390cc1588168e7ccd56463b9ac0b21d2ac
hmac: 33d799ab3862896f4f7bc57a1e5e4db562146078cb1bc142e0bcac58d8fe8a55
...

View File

@ -6,7 +6,7 @@ Custom image for FreshRSS feed aggregator
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/freshrss)
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/freshrss)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/freshrss)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/freshrss/src/branch/master/LICENSE)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/freshrss/src/branch/main/LICENSE)
Custom rootless Docker image for FreshRSS, a self-hosted RSS feed aggregator. It is lightweight, easy to work with, powerful, and customizable.
@ -136,4 +136,4 @@ PHP_SQL_SAFE_MODE=On
## License
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/freshrss/src/branch/master/LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/freshrss/src/branch/main/LICENSE) file for details.