This commit is contained in:
Mylloon 2023-02-14 20:24:34 +01:00
parent a7c47aa160
commit 4cdef1444f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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