Compare commits
No commits in common. "58e51862394ca081d35bca10d3c9f93f19a4750d" and "0e24c3738ec6e0c017413dd863160cd60cad6f34" have entirely different histories.
58e5186239
...
0e24c3738e
1 changed files with 14 additions and 10 deletions
|
@ -1,21 +1,25 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
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
|
||||
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
|
||||
secrets:
|
||||
- docker_password
|
||||
when:
|
||||
branch: no-masters
|
||||
event: push
|
||||
path:
|
||||
include:
|
||||
- ./Dockerfile
|
||||
- ./.woodpecker.yml
|
||||
ignore_message: '[all]'
|
||||
matrix:
|
||||
ALPINE_VERSION:
|
||||
- 3.13.6
|
||||
|
|
Loading…
Reference in a new issue