diff --git a/.woodpecker.yml b/.woodpecker.yml index 03efb8b..4e0947f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,19 +1,19 @@ 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/postgresql" + repo: "gitea.nulo.in/sutty/postgresql" tags: - "${ALPINE_VERSION}-${PG_VERSION}" build_args: - "ALPINE_VERSION=${ALPINE_VERSION}" - "PG_VERSION=${PG_VERSION}" - "PG_VERSION_APPENDED=${PG_VERSION_APPENDED}" - - "BASE_IMAGE=registry.nulo.in/sutty/monit" + - "BASE_IMAGE=gitea.nulo.in/sutty/monit" secrets: - - "docker_password" + - "DOCKER_PASSWORD" when: branch: "antifascista" event: "push"