woodpecker: intentar con plugins/docker
Some checks failed
continuous-integration/drone the build failed
Some checks failed
continuous-integration/drone the build failed
This commit is contained in:
parent
fd4969823f
commit
8ef34f3a69
1 changed files with 8 additions and 14 deletions
|
@ -1,18 +1,12 @@
|
|||
pipeline:
|
||||
deploy:
|
||||
image: docker.io/alpine:3.14
|
||||
environment:
|
||||
- STORAGE_DRIVER=vfs
|
||||
commands:
|
||||
- apk add buildah
|
||||
- buildah version
|
||||
- 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
|
||||
publish:
|
||||
image: plugins/docker
|
||||
repo: registry.nulo.in/sutty/haini.sh
|
||||
tags: latest
|
||||
dockerfile: Containerfile
|
||||
username: sutty
|
||||
secrets:
|
||||
- registry_password
|
||||
- docker_password
|
||||
when:
|
||||
event: push
|
||||
branch: container-ci
|
||||
event: push
|
||||
|
|
Loading…
Reference in a new issue