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