diff --git a/.woodpecker.yml b/.woodpecker.yml index 2bb1404..d3f92a8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,9 +8,12 @@ pipeline: settings: dockerfile: woodpecker-ci/Containerfile # platforms: linux/amd64,linux/arm64/v8 - # registry: git.shrug.pw repo: git.shrug.pw/neil/containers tags: woodpecker-ci pull_image: true default_tags: true mtu: 1480 + username: + from_secret: registry_username + password: + from_secret: registry_password