From da19bd76f89938702ce9ad935c731ce3e0d21cfe Mon Sep 17 00:00:00 2001 From: f Date: Tue, 4 Apr 2023 17:22:42 -0300 Subject: [PATCH] BREAKING CHANGE: use public gitea registry --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6ac6b3e..9d0356d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,10 @@ pipeline: publish: - image: "plugins/docker" + image: "docker.io/woodpeckerci/plugin-docker-buildx" settings: - registry: "registry.nulo.in" + registry: "https://gitea.nulo.in" username: "sutty" - repo: "registry.nulo.in/sutty/CHANGEME" + repo: "gitea.nulo.in/sutty/CHANGEME" tags: - "${ALPINE_VERSION}" - "latest" @@ -12,7 +12,7 @@ pipeline: - "ALPINE_VERSION=${ALPINE_VERSION}" - "BASE_IMAGE=registry.nulo.in/sutty/monit" secrets: - - "docker_password" + - "DOCKER_PASSWORD" when: branch: "antifascista" event: "push"