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
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:
parent
5208a63fb4
commit
d8be7bacf6
3 changed files with 5 additions and 2 deletions
|
@ -14,3 +14,4 @@ steps:
|
|||
when:
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
event: push
|
||||
repo: gnouseu/plakken
|
||||
|
|
|
@ -8,4 +8,4 @@ steps:
|
|||
- event: pull_request
|
||||
repo: gnouseu/plakken
|
||||
- event: push
|
||||
branch: main
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
|
@ -7,6 +7,7 @@ steps:
|
|||
secrets: [ gitea_token ]
|
||||
when:
|
||||
event: tag
|
||||
repo: gnouseu/plakken
|
||||
- name: publish_image_tag
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
|
@ -23,3 +24,4 @@ steps:
|
|||
from_secret: docker_password
|
||||
when:
|
||||
event: tag
|
||||
repo: gnouseu/plakken
|
Loading…
Reference in a new issue