This commit is contained in:
parent
df1b9f7a77
commit
7c74e6443c
1 changed files with 17 additions and 0 deletions
17
.woodpecker.yml
Normal file
17
.woodpecker.yml
Normal 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
|
Loading…
Reference in a new issue