0
0
mirror of https://github.com/thegeeklab/wp-git-action.git synced 2024-06-02 18:29:41 +02:00
This commit is contained in:
Robert Kaussow 2023-08-22 09:46:03 +02:00
parent d6a306f9bf
commit 2c9d88a60b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
5 changed files with 8 additions and 12 deletions

View File

@ -52,7 +52,7 @@ branches:
strict: false
contexts:
- ci/woodpecker/pr/test
- ci/woodpecker/pr/build-binary
- ci/woodpecker/pr/build-package
- ci/woodpecker/pr/build-container
- ci/woodpecker/pr/docs
enforce_admins: false

View File

@ -7,7 +7,7 @@ when:
steps:
dryrun:
image: quay.io/thegeeklab/wp-docker-buildx
image: quay.io/thegeeklab/wp-docker-buildx:1
settings:
containerfile: Containerfile.multiarch
dry_run: true
@ -21,7 +21,7 @@ steps:
publish-dockerhub:
group: container
image: quay.io/thegeeklab/wp-docker-buildx
image: quay.io/thegeeklab/wp-docker-buildx:1
settings:
auto_tag: true
containerfile: Containerfile.multiarch
@ -42,7 +42,7 @@ steps:
publish-quay:
group: container
image: quay.io/thegeeklab/wp-docker-buildx
image: quay.io/thegeeklab/wp-docker-buildx:1
settings:
auto_tag: true
containerfile: Containerfile.multiarch

View File

@ -13,7 +13,7 @@ steps:
- make release
executable:
image: docker.io/library/alpine
image: quay.io/thegeeklab/alpine-tools
commands:
- $(find dist/ -executable -type f -iname ${CI_REPO_NAME}-linux-amd64) --help

View File

@ -14,7 +14,7 @@ steps:
spellcheck:
image: quay.io/thegeeklab/alpine-tools
commands:
- spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions
- spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls
environment:
FORCE_COLOR: "true"
NPM_CONFIG_LOGLEVEL: "error"
@ -68,5 +68,5 @@ steps:
status: [success]
depends_on:
- build-binary
- build-package
- build-container

View File

@ -9,7 +9,7 @@ runs_on: [success, failure]
steps:
matrix:
image: quay.io/thegeeklab/drone-matrix
image: quay.io/thegeeklab/wp-matrix
settings:
homeserver:
from_secret: matrix_homeserver
@ -17,10 +17,6 @@ steps:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
template: >-
Status: **{{ .Build.Status }}**<br/>
Build: [{{ .Repo.Owner }}/{{ .Repo.Name }}]({{ .Build.Link }}){{ if .Build.Branch }} ({{ .Build.Branch }}){{ end }} by {{ .Commit.Author }}<br/>
Message: {{ .Commit.Message.Title }}
username:
from_secret: matrix_username
when: