From e9bb29dc83046ad20140554927d98323a675e73f Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 26 Jun 2025 11:37:45 +0200 Subject: [PATCH] Fix 2 tags --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index dda870a..920721b 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -31,7 +31,7 @@ steps: # Login at the registry - podman login -u __token__ --password $registry_token # Build the container image - - podman build -tag code.philo.ydns.eu/philorg/test-woodpecker-webapp:$CI_COMMIT_SHA . + - podman build --tag code.philo.ydns.eu/philorg/test-woodpecker-webapp:latest --tag code.philo.ydns.eu/philorg/test-woodpecker-webapp:$CI_COMMIT_SHA . # Push the image #- podman push --sign-by-sigstore-private-key ./key.private code.philo.ydns.eu/philorg/test-woodpecker-webapp/:latest - podman push code.philo.ydns.eu/philorg/test-woodpecker-webapp:latest