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:
|
pipeline:
|
||||||
deploy:
|
publish:
|
||||||
image: docker.io/alpine:3.14
|
image: plugins/docker
|
||||||
environment:
|
repo: registry.nulo.in/sutty/haini.sh
|
||||||
- STORAGE_DRIVER=vfs
|
tags: latest
|
||||||
commands:
|
dockerfile: Containerfile
|
||||||
- apk add buildah
|
username: sutty
|
||||||
- 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
|
|
||||||
secrets:
|
secrets:
|
||||||
- registry_password
|
- docker_password
|
||||||
when:
|
when:
|
||||||
event: push
|
|
||||||
branch: container-ci
|
branch: container-ci
|
||||||
|
event: push
|
||||||
|
|
Loading…
Reference in a new issue