diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index dda870a..920721b 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:$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/:latest - podman push code.philo.ydns.eu/philorg/test-woodpecker-webapp:latest