revert back to buildx from woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
f529094846
commit
8088c6278a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user