Botanique/.gitea/workflows/image.yml

18 lines
404 B
YAML
Raw Normal View History

2023-02-14 19:45:34 +01:00
pipeline:
2023-02-14 20:24:57 +01:00
build:
2023-02-14 20:24:34 +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:24:34 +01:00
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password
2023-02-14 20:18:43 +01:00
when:
- event: push
branch: main