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:
|
||||
- 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:
|
||||
|
|
Loading…
Reference in a new issue