fix image tag
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nis Wechselberg 2025-06-09 18:14:32 +02:00
parent 75ba69576b
commit 1dc3475d23

View file

@ -12,6 +12,6 @@ steps:
DEPLOY_TOKEN: DEPLOY_TOKEN:
from_secret: 'DEPLOY_TOKEN' from_secret: 'DEPLOY_TOKEN'
commands: commands:
- 'buildah build -t enbewe.de/Coding/uffd-ldapd:latest .' - 'buildah build -t git.enbewe.de/coding/uffd-ldapd:latest .'
- 'buildah login -u enbewe -p $DEPLOY_TOKEN git.enbewe.de' - 'buildah login -u enbewe -p $DEPLOY_TOKEN git.enbewe.de'
- 'buildah push enbewe.de/Coding/uffd-ldapd:latest' - 'buildah push enbewe.de/Coding/uffd-ldapd:latest'