diff --git a/.woodpecker.yml b/.woodpecker.yml index d295b96..098c5c3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,8 @@ pipeline: privileged: true settings: dockerfile: woodpecker-ci/Containerfile - registry: qit.shrug.pw + platforms: linux/amd64 + registry: git.shrug.pw repo: neil/containers tags: woodpecker-ci pull_image: true @@ -16,3 +17,9 @@ pipeline: from_secret: registry_username password: from_secret: registry_password + logins: + - registry: https://git.shrug.pw/v2/ + username: + from_secret: registry_username + password: + from_secret: registry_password