Reload
This commit is contained in:
parent
d3e990384d
commit
501f45525b
46 changed files with 993 additions and 35 deletions
14
.woodpecker/dev.yaml
Normal file
14
.woodpecker/dev.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
steps:
|
||||
- name: build
|
||||
image: woodpeckerci/plugin-docker-buildx:5.2.2
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
repo: hattori.ztsh.eu/iac/karl
|
||||
registry: hattori.ztsh.eu
|
||||
tags: dev-${CI_PIPELINE_NUMBER}
|
||||
username: stawros
|
||||
password:
|
||||
from_secret: hattori-packages
|
||||
when:
|
||||
- event: pull_request
|
||||
evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "ci-ready"'
|
||||
Loading…
Add table
Add a link
Reference in a new issue