refactor
This commit is contained in:
parent
90d65e56a9
commit
43ea0ff945
1 changed files with 12 additions and 8 deletions
|
@ -1,14 +1,18 @@
|
|||
pipeline:
|
||||
build:
|
||||
- name: Build Botanique image
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
when:
|
||||
branch: main
|
||||
event: [push]
|
||||
settings:
|
||||
registry: git.mylloon.fr
|
||||
repo: git.mylloon.fr/${CI_REPO,,}
|
||||
platforms: linux/amd64
|
||||
registry: https://git.mylloon.fr
|
||||
username: ${CI_REPO_OWNER}
|
||||
tag: latest
|
||||
username: Anri
|
||||
password: abc123
|
||||
insecure: true
|
||||
repo: git.mylloon.fr/${CI_REPO,,}
|
||||
tag: "latest"
|
||||
# username:
|
||||
# from_secret: docker_username
|
||||
# password:
|
||||
# from_secret: docker_password
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
|
Loading…
Reference in a new issue