Add .woodpecker.yml
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
when:
|
||||||
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
event: push
|
||||||
|
|
||||||
|
steps:
|
||||||
|
build:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx:2.2.1
|
||||||
|
settings:
|
||||||
|
repo: git.balsys.eu.org/tomas/mkosi
|
||||||
|
registry: ${CI_FORGE_URL}
|
||||||
|
username: ${CI_REPO_OWNER}
|
||||||
|
password:
|
||||||
|
from_secret: registry_token
|
||||||
Reference in New Issue
Block a user