uffd-ldapd-container/.woodpecker.yml
Nis Wechselberg 75ba69576b
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Publish image
2025-06-09 18:12:43 +02:00

17 lines
430 B
YAML

---
when:
- event:
- 'push'
- 'manual'
steps:
- name: 'Build uffd-ldapd image'
image: 'quay.io/buildah/stable:latest'
privileged: true
environment:
DEPLOY_TOKEN:
from_secret: 'DEPLOY_TOKEN'
commands:
- 'buildah build -t enbewe.de/Coding/uffd-ldapd:latest .'
- 'buildah login -u enbewe -p $DEPLOY_TOKEN git.enbewe.de'
- 'buildah push enbewe.de/Coding/uffd-ldapd:latest'