17 lines
405 B
YAML
17 lines
405 B
YAML
pipeline:
|
|
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
|
|
tags: latest
|
|
username:
|
|
from_secret: docker_username
|
|
password:
|
|
from_secret: docker_password
|
|
when:
|
|
- event: push
|
|
branch: main
|