woodpecker: usar Alpine
Some checks failed
continuous-integration/drone the build failed

Porque buildah/buildah es viejisimo
This commit is contained in:
Cat /dev/Nulo 2021-09-17 13:54:51 -03:00
parent 92a04bf4d5
commit d7d5eebec5

View file

@ -1,12 +1,12 @@
pipeline:
deploy:
image: buildah/buildah
image: docker.io/alpine:3.14
environment:
- STORAGE_DRIVER=vfs
commands:
- apk add podman buildah
- podman version
- buildah version
- whoami
- podman login -u sutty -p $${REGISTRY_PASSWORD} registry.nulo.in/sutty/haini.sh
- podman build -t latest .
- podman images