From c56206181e723c9bf96459f22f2f1040b1ccf5e5 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Wed, 12 Mar 2025 16:21:00 +0100 Subject: [PATCH] chore: ci just one platform to increase test speed --- .woodpecker/test.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index de00a40..e399e43 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -12,5 +12,8 @@ steps: settings: repo: rg.fr-par.scw.cloud/namespace-miniauth/miniauth dockerfile: Dockerfile - platforms: linux/amd64,linux/arm64,linux/arm64/v8 - tag: next + #platforms: linux/amd64,linux/arm64,linux/arm64/v8 + tag: ${CI_COMMIT_SHA} + username: nologin + password: + from_secret: docker_password