Add sudo installation to CI configuration for image deployment
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Some checks failed
ci/woodpecker/push/ci Pipeline failed
This commit is contained in:
@@ -9,7 +9,7 @@ steps:
|
||||
image: debian:trixie
|
||||
commands:
|
||||
- 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
|
||||
- chmod +x ./push-image.sh
|
||||
- ./push-image.sh
|
||||
|
||||
Reference in New Issue
Block a user