Remove extra tag podman

This commit is contained in:
phil 2025-06-26 11:35:53 +02:00
parent 32c0a77745
commit 016346f450

View file

@ -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/<image_name>:latest
- podman push code.philo.ydns.eu/philorg/test-woodpecker-webapp:latest