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,9 +1,8 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
|
||||||
repo: registry.nulo.in/sutty/ectomobile
|
|
||||||
registry: registry.nulo.in
|
registry: registry.nulo.in
|
||||||
|
repo: registry.nulo.in/sutty/ectomobile
|
||||||
tags:
|
tags:
|
||||||
- ${ALPINE_VERSION}
|
- ${ALPINE_VERSION}
|
||||||
- latest
|
- latest
|
||||||
|
@ -16,6 +15,11 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
branch: no-masters
|
branch: no-masters
|
||||||
event: push
|
event: push
|
||||||
|
path:
|
||||||
|
include:
|
||||||
|
- ./Dockerfile
|
||||||
|
- ./.woodpecker.yml
|
||||||
|
ignore_message: '[all]'
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
ALPINE_VERSION:
|
||||||
- 3.13.6
|
- 3.13.6
|
||||||
|
|
Loading…
Reference in a new issue