chore(ci) #72
1 changed files with 6 additions and 11 deletions
|
@ -1,17 +1,12 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
publish:
|
||||||
name: Build Botanique image
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
group: docker
|
|
||||||
settings:
|
settings:
|
||||||
registry: git.mylloon.fr
|
|
||||||
repo: git.mylloon.fr/${CI_REPO,,}
|
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
repo: git.mylloon.fr/${CI_REPO,,}
|
||||||
|
registry: git.mylloon.fr
|
||||||
|
dry_run: true
|
||||||
tags: latest
|
tags: latest
|
||||||
username:
|
username: ${CI_REPO_OWNER}
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: cb_token
|
||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: main
|
|
||||||
|
|
Loading…
Reference in a new issue