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: when:
branch: ${CI_REPO_DEFAULT_BRANCH} branch: ${CI_REPO_DEFAULT_BRANCH}
event: push event: push
repo: gnouseu/plakken

View file

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

View file

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