Publish image
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Nis Wechselberg 2025-06-09 18:12:43 +02:00
parent 5a9accbc45
commit 75ba69576b

View file

@ -1,8 +1,17 @@
--- ---
steps: when:
- event:
- 'push'
- 'manual'
steps:
- name: 'Build uffd-ldapd image' - name: 'Build uffd-ldapd image'
image: 'quay.io/buildah/stable:latest' image: 'quay.io/buildah/stable:latest'
privileged: true privileged: true
environment:
DEPLOY_TOKEN:
from_secret: 'DEPLOY_TOKEN'
commands: commands:
- 'buildah build .' - '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'