From 3e86f3c00725ebd300dc03b2eb12e8e0e0945136 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Fri, 20 Jun 2025 10:25:34 +0200 Subject: [PATCH] 1 --- .woodpecker/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index f788989..05f356e 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -12,9 +12,9 @@ variables: settings: &settings-pr platform: [linux/amd64, linux/arm64] auth: - "https://index.docker.io/v1/": - username: {from_secret: docker_io_username} - password: {from_secret: docker_io_password} + registry.kokuwa.io: + username: {from_secret: kokuwa_io_username} + password: {from_secret: kokuwa_io_password} annotation: &annotation org.opencontainers.image.title: Docker CLI for WoodpeckerCI org.opencontainers.image.description: Docker CLI for usage in WoodpeckerCI.