From 1dc3475d2301bfa4d9aaf5945d2f3d7048e0d004 Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Mon, 9 Jun 2025 18:14:32 +0200 Subject: [PATCH] fix image tag --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6baa1c2..b3ccee6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,6 +12,6 @@ steps: DEPLOY_TOKEN: from_secret: 'DEPLOY_TOKEN' 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 push enbewe.de/Coding/uffd-ldapd:latest'