ci: use of woodpecker mutli-pipelines
This commit is contained in:
parent
4a7723a9a8
commit
2c3dfcdeb3
2 changed files with 0 additions and 0 deletions
16
.woodpecker/.docker.yml
Normal file
16
.woodpecker/.docker.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
pipeline:
|
||||
docker-latest:
|
||||
when:
|
||||
branch: master
|
||||
event: push
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
registry: https://gitea.y.z.x4m3.rocks
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
repo: gitea.y.z.x4m3.rocks/${CI_REPO_OWNER}/ezidam
|
||||
tag: latest
|
||||
|
||||
depends_on:
|
||||
- test
|
||||
Loading…
Add table
Add a link
Reference in a new issue