chore(ci) #72
1 changed files with 13 additions and 7 deletions
|
@ -1,9 +1,15 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: debian
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
commands:
|
pull: true
|
||||||
- echo "This is the build step"
|
when:
|
||||||
a-test-step:
|
branch: main
|
||||||
image: debian
|
event: [push]
|
||||||
commands:
|
settings:
|
||||||
- echo "Testing.."
|
platforms: linux/amd64
|
||||||
|
registry: https://git.mylloon.fr
|
||||||
|
username: ${CI_REPO_OWNER}
|
||||||
|
password:
|
||||||
|
from_secret: woodpecker_botanique
|
||||||
|
repo: git.mylloon.fr/${CI_REPO,,}
|
||||||
|
tag: "latest"
|
||||||
|
|
Loading…
Reference in a new issue