diff --git a/.woodpecker.yml b/.woodpecker.yml index 9ce97a4..a1cfe5e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,14 +4,13 @@ pipeline: environment: - STORAGE_DRIVER=vfs commands: - - apk add podman buildah - - podman version + - apk add buildah - buildah version - - podman login -u sutty -p $${REGISTRY_PASSWORD} registry.nulo.in/sutty/haini.sh - - podman build -t latest . - - podman images - - podman push registry.nulo.in/sutty/haini.sh:latest - - podman logout registry.nulo.in + - buildah login -u sutty -p $${REGISTRY_PASSWORD} registry.nulo.in/sutty/haini.sh + - buildah build -t latest . + - buildah images + - buildah push registry.nulo.in/sutty/haini.sh:latest + - buildah logout registry.nulo.in secrets: - registry_password when: