Compare commits
2 commits
0e24c3738e
...
58e5186239
Author | SHA1 | Date | |
---|---|---|---|
|
58e5186239 | ||
|
99b19b1fce |
1 changed files with 10 additions and 14 deletions
|
@ -1,8 +1,9 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
registry: registry.nulo.in
|
settings:
|
||||||
repo: registry.nulo.in/sutty/ectomobile
|
repo: registry.nulo.in/sutty/ectomobile
|
||||||
|
registry: registry.nulo.in
|
||||||
tags:
|
tags:
|
||||||
- ${ALPINE_VERSION}
|
- ${ALPINE_VERSION}
|
||||||
- latest
|
- latest
|
||||||
|
@ -15,11 +16,6 @@ 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