refactor: use matrix so it's easier to merge downstream containers
This commit is contained in:
parent
f7da597784
commit
c0e6b8150b
1 changed files with 5 additions and 5 deletions
|
@ -17,8 +17,8 @@ steps:
|
||||||
branch: "antifascista"
|
branch: "antifascista"
|
||||||
event: "push"
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
include:
|
||||||
- "3.20.1"
|
- ALPINE_VERSION: "3.20.1"
|
||||||
- "3.19.2"
|
- ALPINE_VERSION: "3.19.2"
|
||||||
- "3.18.7"
|
- ALPINE_VERSION: "3.18.7"
|
||||||
- "3.17.8"
|
- ALPINE_VERSION: "3.17.8"
|
||||||
|
|
Loading…
Reference in a new issue