Compare commits
No commits in common. "cffb67e4ae5a940f205315b05972c298cc39bcfb" and "04c9c445ff7c02a8c23232862f52d226681152c1" have entirely different histories.
cffb67e4ae
...
04c9c445ff
1 changed files with 6 additions and 6 deletions
|
@ -11,14 +11,14 @@ steps:
|
||||||
build_args:
|
build_args:
|
||||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||||
- "BASE_IMAGE=gitea.nulo.in/sutty/redis"
|
- "BASE_IMAGE=gitea.nulo.in/sutty/redis"
|
||||||
password:
|
secrets:
|
||||||
from_secret: "DOCKER_PASSWORD"
|
- "DOCKER_PASSWORD"
|
||||||
when:
|
when:
|
||||||
branch: "antifascista"
|
branch: "antifascista"
|
||||||
event: "push"
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- ALPINE_VERSION: "3.20.3"
|
- ALPINE_VERSION: "3.20.1"
|
||||||
- ALPINE_VERSION: "3.19.4"
|
- ALPINE_VERSION: "3.19.2"
|
||||||
- ALPINE_VERSION: "3.18.9"
|
- ALPINE_VERSION: "3.18.7"
|
||||||
- ALPINE_VERSION: "3.17.10"
|
- ALPINE_VERSION: "3.17.8"
|
||||||
|
|
Loading…
Reference in a new issue