From 4246b0ba57520b78099c8d6ccdca3765c4eda3d4 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 4 Apr 2023 16:47:37 -0300 Subject: [PATCH] BREAKING CHANGE: use public registry --- .woodpecker.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9d56a76..0f39c6e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,9 +2,10 @@ pipeline: publish: image: "plugins/docker" settings: - registry: "registry.nulo.in" + registry: "https://gitea.nulo.in" username: "sutty" - repo: "registry.nulo.in/sutty/monit" + password: "${REGISTRY_TOKEN}" + repo: "gitea.nulo.in/sutty/monit" tags: - "${ALPINE_VERSION}" - "latest" @@ -13,7 +14,7 @@ pipeline: - "BASE_IMAGE=alpine" purge: false secrets: - - "docker_password" + - "REGISTRY_TOKEN" when: branch: "antifascista" event: "push"