This commit is contained in:
parent
6f43db433d
commit
fc46295d2d
1 changed files with 7 additions and 28 deletions
|
@ -1,31 +1,10 @@
|
||||||
steps:
|
steps:
|
||||||
build-main:
|
clone-salt:
|
||||||
when:
|
image: woodpeckerci/plugin-git
|
||||||
- event: push
|
|
||||||
branch: main
|
|
||||||
image: woodpeckerci/plugin-docker-buildx:4.0.0@sha256:9d24b71c37d7a958d79252e608c4d1a04b02f2e74d4e26003b43e0830038bde0
|
|
||||||
pull: true
|
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
|
||||||
registry: ${CI_FORGE_URL}
|
|
||||||
username: WoodpeckerCI
|
|
||||||
password:
|
|
||||||
from_secret: gitea_token
|
|
||||||
repo: git.verdigado.com/${CI_REPO,,}
|
|
||||||
tag: 'latest'
|
|
||||||
|
|
||||||
build-branch:
|
test:
|
||||||
when:
|
image: alpine
|
||||||
- event: push
|
commands:
|
||||||
branch:
|
- ls -la
|
||||||
exclude: ['main']
|
|
||||||
image: woodpeckerci/plugin-docker-buildx:4.0.0@sha256:9d24b71c37d7a958d79252e608c4d1a04b02f2e74d4e26003b43e0830038bde0
|
|
||||||
pull: true
|
|
||||||
settings:
|
|
||||||
platforms: linux/amd64
|
|
||||||
registry: ${CI_FORGE_URL}
|
|
||||||
username: WoodpeckerCI
|
|
||||||
password:
|
|
||||||
from_secret: gitea_token
|
|
||||||
repo: git.verdigado.com/${CI_REPO,,}
|
|
||||||
tag: ${CI_COMMIT_BRANCH}
|
|
||||||
|
|
Loading…
Reference in a new issue