From cc3caa58b6d5c43602a5d927d4b940bf72be34a0 Mon Sep 17 00:00:00 2001 From: vrifox Date: Tue, 16 May 2023 20:23:43 +0200 Subject: [PATCH] use settings block --- .woodpecker.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 86a1e13..7dbaed8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,13 +1,13 @@ pipeline: build-and-push: image: plugins/docker - registry: code.cozy.town - username: ${REGISTRY_USERNAME} - password: ${REGISTRY_TOKEN} - repo: code.cozy.town/vrifox/hugoci - tags: - - latest - cache_from: code.cozy.town/vrifox/hugoci:latest - secrets: - - registry_username - - registry_token \ No newline at end of file + settings: + registry: code.cozy.town + username: + from_secret: registry_username + password: + from_secret: registry_token + repo: code.cozy.town/vrifox/hugoci + tags: + - latest + cache_from: code.cozy.town/vrifox/hugoci:latest \ No newline at end of file