woodpecker-cli lint
This commit is contained in:
parent
65304feb56
commit
e565c1380a
1 changed files with 10 additions and 9 deletions
|
@ -1,15 +1,16 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
registry: registry.nulo.in
|
settings:
|
||||||
repo: registry.nulo.in/sutty/CHANGEME
|
registry: registry.nulo.in
|
||||||
tags:
|
username: sutty
|
||||||
- ${ALPINE_VERSION}
|
repo: registry.nulo.in/sutty/CHANGEME
|
||||||
- latest
|
tags:
|
||||||
build_args:
|
- ${ALPINE_VERSION}
|
||||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
- latest
|
||||||
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
build_args:
|
||||||
username: sutty
|
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||||
|
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
||||||
secrets:
|
secrets:
|
||||||
- docker_password
|
- docker_password
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue