feat(ci): Add Woodpecker #71

Merged
Anri merged 16 commits from :main into main 2023-02-14 21:01:44 +01:00
Showing only changes of commit 43ea0ff945 - Show all commits

View file

@ -1,14 +1,18 @@
pipeline: pipeline:
build: - name: Build Botanique image
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
when:
branch: main
event: [push]
settings: settings:
registry: git.mylloon.fr
repo: git.mylloon.fr/${CI_REPO,,}
platforms: linux/amd64 platforms: linux/amd64
registry: https://git.mylloon.fr tag: latest
username: ${CI_REPO_OWNER} username: Anri
password: abc123 password: abc123
insecure: true insecure: true
repo: git.mylloon.fr/${CI_REPO,,} # username:
tag: "latest" # from_secret: docker_username
# password:
# from_secret: docker_password
when:
- event: push
branch: main