grafana-webhook-to-matrix/.woodpecker.yml
Rune Juhl Jacobsen dddd7392b2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Tweak, add CI
2023-02-19 21:36:19 +01:00

14 lines
443 B
YAML

---
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