Botanique/.gitea/workflows/image.yml

13 lines
298 B
YAML
Raw Normal View History

2023-02-14 19:45:34 +01:00
pipeline:
2023-02-14 20:29:09 +01:00
publish:
2023-02-14 20:10:18 +01:00
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
2023-02-14 20:29:09 +01:00
repo: git.mylloon.fr/${CI_REPO,,}
registry: git.mylloon.fr
dry_run: true
2023-02-14 20:24:34 +01:00
tags: latest
2023-02-14 20:29:09 +01:00
username: ${CI_REPO_OWNER}
2023-02-14 20:24:34 +01:00
password:
2023-02-14 20:29:09 +01:00
from_secret: cb_token