Skip to content

Commit

Permalink
Merge pull request #20 from sergiofenoll/chore/refactor-woodpecker-co…
Browse files Browse the repository at this point in the history
…nfig

Refactor Woodpecker pipeline configs
  • Loading branch information
madnificent authored Mar 1, 2024
2 parents ab6d7e8 + efde4a5 commit 2ea41ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .woodpecker/.feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pipeline:
repo: "${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
tags: "feature-${CI_COMMIT_BRANCH##feature/}"
secrets: [docker_username, docker_password]
when:
event: push
branch: feature/*
when:
event: push
branch: feature/*
6 changes: 3 additions & 3 deletions .woodpecker/.latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pipeline:
repo: "${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
tags: latest
secrets: [docker_username, docker_password]
when:
event: push
branch: [master, main]
when:
event: push
branch: [master, main]
6 changes: 3 additions & 3 deletions .woodpecker/.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pipeline:
repo: "${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
tags: "${CI_COMMIT_TAG##v}"
secrets: [ docker_username, docker_password ]
when:
event: tag
tag: v*
when:
event: tag
tag: v*

0 comments on commit 2ea41ed

Please sign in to comment.