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 765720710b
commit a4183fff16
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/**
@ -50,7 +50,7 @@ steps:
DOCKER_AUTOTAG_VERSION: ${DRONE_TAG}
when:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
depends_on:
- dryrun
@ -66,7 +66,7 @@ steps:
from_secret: docker_username
when:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
depends_on:
- tags
@ -83,7 +83,7 @@ steps:
from_secret: quay_username
when:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
depends_on:
- tags
@ -106,7 +106,7 @@ steps:
trigger:
ref:
- refs/heads/master
- refs/heads/main
- refs/pull/**
- refs/tags/**
@ -168,7 +168,7 @@ steps:
trigger:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
status:
- success
@ -179,6 +179,6 @@ depends_on:
---
kind: signature
hmac: 3ca16597118834ce13bed86eeac75e37f0e83bc78edd499ec89b5292e1318338
hmac: 6f375ad51bb0c89aa51bc701e4fd08afabf2b04ecf22bd20df076af501adba98
...

View File

@ -6,7 +6,7 @@ CentOS 7 image to build RPM packages
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/rpmbuild)
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/rpmbuild)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/rpmbuild)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/rpmbuild/src/branch/master/LICENSE)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/rpmbuild/src/branch/main/LICENSE)
Simple Docker image based on CentOS 7 to build RPM packages.
@ -32,4 +32,4 @@ The wrapper `/usr/local/bin/rpmbuil` will do the following:
## License
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/rpmbuild/src/branch/master/LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/rpmbuild/src/branch/main/LICENSE) file for details.