WIP
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/release Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful

This commit is contained in:
Ada 2024-05-11 14:59:30 +02:00
parent 5208a63fb4
commit d8be7bacf6
Signed by: ada
GPG key ID: 6A7F898157C6DE6E
3 changed files with 5 additions and 2 deletions

View file

@ -14,3 +14,4 @@ steps:
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push
repo: gnouseu/plakken

View file

@ -8,4 +8,4 @@ steps:
- event: pull_request
repo: gnouseu/plakken
- event: push
branch: main
branch: ${CI_REPO_DEFAULT_BRANCH}

View file

@ -7,6 +7,7 @@ steps:
secrets: [ gitea_token ]
when:
event: tag
repo: gnouseu/plakken
- name: publish_image_tag
image: woodpeckerci/plugin-docker-buildx
settings:
@ -22,4 +23,5 @@ steps:
password:
from_secret: docker_password
when:
event: tag
event: tag
repo: gnouseu/plakken