Añadir .woodpecker.yml
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Cat /dev/Nulo 2021-09-17 13:44:41 -03:00
parent df1b9f7a77
commit 7c74e6443c

17
.woodpecker.yml Normal file
View file

@ -0,0 +1,17 @@
pipeline:
deploy:
image: buildah/buildah
commands:
- podman version
- buildah version
- whoami
- 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
secrets:
- registry_password
when:
event: push
branch: container-ci