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