Remove extra tag podman
This commit is contained in:
parent
32c0a77745
commit
016346f450
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue