uffd-ldapd-container/.woodpecker.yml
Nis Wechselberg 6f3c064b29
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Container build with proper image as well as deploy
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
2025-06-09 20:08:14 +02:00

17 lines
459 B
YAML

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