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:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
registry: registry.nulo.in
|
||||
settings:
|
||||
repo: registry.nulo.in/sutty/ectomobile
|
||||
registry: registry.nulo.in
|
||||
tags:
|
||||
- ${ALPINE_VERSION}
|
||||
- latest
|
||||
|
@ -15,11 +16,6 @@ pipeline:
|
|||
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