add docker ??

This commit is contained in:
Mylloon 2023-02-14 20:10:18 +01:00
parent 5c221d265d
commit 872e9081a8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,9 +1,15 @@
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."
image: woodpeckerci/plugin-docker-buildx
pull: true
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"