Fix 2 tags

This commit is contained in:
phil 2025-06-26 11:37:45 +02:00
parent 016346f450
commit e9bb29dc83

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