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