Add sudo installation to CI configuration for image deployment
Some checks failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2025-10-15 19:11:58 +02:00
parent e3bbf8f7ea
commit 9206bc6301

View File

@@ -9,7 +9,7 @@ steps:
image: debian:trixie image: debian:trixie
commands: commands:
- apt update - apt update
- apt install -y buildah podman - apt install -y buildah podman sudo
- sudo podman login -d docker.io -u $DOCKER_USERNAME -p $DOCKER_PASSWORD - sudo podman login -d docker.io -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- chmod +x ./push-image.sh - chmod +x ./push-image.sh
- ./push-image.sh - ./push-image.sh