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:42 +01:00
parent 9fd7cb7e5b
commit bb4bec4cf7
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: 7907e0c25eb7549030f6343951155a19949113c204d346537ac1229cf578a029
hmac: 1f05377ec903373b7ee6c224c007acdd11724b94fcff0caaa8011fcd2b3ebfb6
...

View File

@ -6,7 +6,7 @@ Custom image for broken-link-checker
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/link-validator)
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/link-validator)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/link-validator)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/link-validator/src/branch/master/LICENSE)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/link-validator/src/branch/main/LICENSE)
Custom wrapper Docker image for [broken-link-checker](https://github.com/stevenvachon/broken-link-checker) optimized for CI.
@ -35,4 +35,4 @@ docker build -t link-validator:latest .
## License
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/link-validator/src/branch/master/LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/link-validator/src/branch/main/LICENSE) file for details.