This commit is contained in:
parent
99b19b1fce
commit
58e5186239
1 changed files with 10 additions and 9 deletions
|
@ -1,15 +1,16 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
registry: registry.nulo.in
|
||||
repo: registry.nulo.in/sutty/ectomobile
|
||||
tags:
|
||||
- ${ALPINE_VERSION}
|
||||
- latest
|
||||
build_args:
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
- BASE_IMAGE=registry.nulo.in/sutty/rails
|
||||
username: sutty
|
||||
settings:
|
||||
repo: registry.nulo.in/sutty/ectomobile
|
||||
registry: registry.nulo.in
|
||||
tags:
|
||||
- ${ALPINE_VERSION}
|
||||
- latest
|
||||
build_args:
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
- BASE_IMAGE=registry.nulo.in/sutty/rails
|
||||
username: sutty
|
||||
secrets:
|
||||
- docker_password
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue