container
This commit is contained in:
parent
b766d37631
commit
833307d9e6
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
branch: antifascista
|
branch: antifascista
|
||||||
event: push
|
event: push
|
||||||
path: Dockerfile
|
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