This commit is contained in:
parent
0af95a105b
commit
dddd7392b2
3 changed files with 18 additions and 2 deletions
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
pipeline:
|
||||
build:
|
||||
image: git.petardo.dk/runejuhl/dockerfiles/buildah/stable:v1.28.0
|
||||
privileged: true
|
||||
commands:
|
||||
- |-
|
||||
echo $${WOODPECKER_CI} | buildah login --username runejuhl --password-stdin git.petardo.dk
|
||||
- |-
|
||||
buildah build -f ./Dockerfile -t git.petardo.dk/runejuhl/grafana-webhook-to-matrix
|
||||
- |-
|
||||
buildah push git.petardo.dk/runejuhl/grafana-webhook-to-matrix
|
||||
secrets:
|
||||
- woodpecker_ci
|
||||
Loading…
Add table
Add a link
Reference in a new issue