2023-02-14 19:45:34 +01:00
|
|
|
pipeline:
|
2023-02-14 20:18:43 +01:00
|
|
|
- name: Build Botanique image
|
2023-02-14 20:10:18 +01:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
2023-02-14 20:20:34 +01:00
|
|
|
group: docker
|
2023-02-14 20:10:18 +01:00
|
|
|
settings:
|
2023-02-14 20:18:43 +01:00
|
|
|
registry: git.mylloon.fr
|
|
|
|
repo: git.mylloon.fr/${CI_REPO,,}
|
2023-02-14 20:10:18 +01:00
|
|
|
platforms: linux/amd64
|
2023-02-14 20:18:43 +01:00
|
|
|
tag: latest
|
|
|
|
username: Anri
|
2023-02-14 20:13:35 +01:00
|
|
|
password: abc123
|
|
|
|
insecure: true
|
2023-02-14 20:18:43 +01:00
|
|
|
# username:
|
|
|
|
# from_secret: docker_username
|
|
|
|
# password:
|
|
|
|
# from_secret: docker_password
|
|
|
|
when:
|
|
|
|
- event: push
|
|
|
|
branch: main
|