adds CI
This commit is contained in:
parent
fe01766ead
commit
d1a5362ba7
1 changed files with 11 additions and 0 deletions
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
steps:
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
repo: git.peter-schuller.de/${CI_REPO_OWNER}/keycloak-docker
|
||||
registry: git.peter-schuller.de
|
||||
auto_tag: true
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
from_secret: forgejo_token
|
Loading…
Add table
Reference in a new issue