All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
14 lines
443 B
YAML
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
|