Podman falla al correr
This commit is contained in:
parent
d7d5eebec5
commit
fd4969823f
1 changed files with 6 additions and 7 deletions
|
@ -4,14 +4,13 @@ pipeline:
|
||||||
environment:
|
environment:
|
||||||
- STORAGE_DRIVER=vfs
|
- STORAGE_DRIVER=vfs
|
||||||
commands:
|
commands:
|
||||||
- apk add podman buildah
|
- apk add buildah
|
||||||
- podman version
|
|
||||||
- buildah version
|
- buildah version
|
||||||
- podman login -u sutty -p $${REGISTRY_PASSWORD} registry.nulo.in/sutty/haini.sh
|
- buildah login -u sutty -p $${REGISTRY_PASSWORD} registry.nulo.in/sutty/haini.sh
|
||||||
- podman build -t latest .
|
- buildah build -t latest .
|
||||||
- podman images
|
- buildah images
|
||||||
- podman push registry.nulo.in/sutty/haini.sh:latest
|
- buildah push registry.nulo.in/sutty/haini.sh:latest
|
||||||
- podman logout registry.nulo.in
|
- buildah logout registry.nulo.in
|
||||||
secrets:
|
secrets:
|
||||||
- registry_password
|
- registry_password
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue