Botanique/.gitea/workflows/image.yml

15 lines
332 B
YAML
Raw Normal View History

2023-02-14 19:45:34 +01:00
pipeline:
build:
2023-02-14 20:10:18 +01:00
image: woodpeckerci/plugin-docker-buildx
when:
branch: main
event: [push]
settings:
platforms: linux/amd64
registry: https://git.mylloon.fr
username: ${CI_REPO_OWNER}
2023-02-14 20:13:35 +01:00
password: abc123
insecure: true
2023-02-14 20:10:18 +01:00
repo: git.mylloon.fr/${CI_REPO,,}
tag: "latest"