revert back to buildx from woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Neil Hanlon 2022-11-11 20:19:14 -05:00
parent f529094846
commit 8088c6278a
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

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