From 016346f450ec3ba304e28595025cf04ca281aa7b Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 26 Jun 2025 11:35:53 +0200 Subject: [PATCH] Remove extra tag podman --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 912ec9b..dda870a 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:latest -tag code.philo.ydns.eu/philorg/test-woodpecker-webapp:$CI_COMMIT_SHA . + - podman build -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