This commit is contained in:
parent
e1abd41e7e
commit
18cbbec216
@ -3,7 +3,7 @@ branches: main
|
|||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
woodpecker-ci:
|
woodpecker-ci:
|
||||||
image: plugins/docker
|
image: woodpecker-ci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
dockerfile: woodpecker-ci/Containerfile
|
dockerfile: woodpecker-ci/Containerfile
|
||||||
@ -18,3 +18,10 @@ pipeline:
|
|||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
|
logins:
|
||||||
|
- registry: git.shrug.pw
|
||||||
|
username:
|
||||||
|
from_secret: registry_username
|
||||||
|
password:
|
||||||
|
from_secret: registry_password
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user