diff --git a/.woodpecker.yml b/.woodpecker.yml index 4b0613c..44968a4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,6 @@ pipeline: settings: registry: "https://gitea.nulo.in" username: "sutty" - password: "${REGISTRY_TOKEN}" repo: "gitea.nulo.in/sutty/monit" tags: - "${ALPINE_VERSION}" @@ -14,7 +13,7 @@ pipeline: - "BASE_IMAGE=alpine" purge: false secrets: - - "REGISTRY_TOKEN" + - "DOCKER_PASSWORD" when: branch: "antifascista" event: "push"