grafana-webhook-to-matrix/.woodpecker.yml
Rune Juhl Jacobsen 4a0fe51e0d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Tweak, add CI
2023-02-19 19:56:06 +01:00

15 lines
465 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
- 'cd snapserver'
- |-
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