Botanique/.gitea/workflows/image.yml
2023-02-14 20:12:26 +01:00

14 lines
346 B
YAML

pipeline:
build:
image: woodpeckerci/plugin-docker-buildx
when:
branch: main
event: [push]
settings:
platforms: linux/amd64
registry: https://git.mylloon.fr
username: ${CI_REPO_OWNER}
password:
from_secret: woodpecker_botanique
repo: git.mylloon.fr/${CI_REPO,,}
tag: "latest"