Fix 2 tags
This commit is contained in:
parent
016346f450
commit
e9bb29dc83
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ steps:
|
||||||
# Login at the registry
|
# Login at the registry
|
||||||
- podman login -u __token__ --password $registry_token
|
- podman login -u __token__ --password $registry_token
|
||||||
# Build the container image
|
# 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
|
# 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 --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
|
- podman push code.philo.ydns.eu/philorg/test-woodpecker-webapp:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue