From 872e9081a862da755261b5453353f54dd5c71a0a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 14 Feb 2023 20:10:18 +0100 Subject: [PATCH] add docker ?? --- .gitea/workflows/image.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/image.yml b/.gitea/workflows/image.yml index f1085cd..895d611 100644 --- a/.gitea/workflows/image.yml +++ b/.gitea/workflows/image.yml @@ -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"