Compare commits
No commits in common. "db8958c715e302afdd4cdc94dc42cc473a4c279a" and "7e63234460b7b030964fae31a7bbfc3f10832d42" have entirely different histories.
db8958c715
...
7e63234460
2 changed files with 5 additions and 6 deletions
|
@ -17,8 +17,7 @@ steps:
|
|||
branch: "antifascista"
|
||||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: "3.20.1"
|
||||
- ALPINE_VERSION: "3.19.2"
|
||||
- ALPINE_VERSION: "3.18.7"
|
||||
- ALPINE_VERSION: "3.17.8"
|
||||
ALPINE_VERSION:
|
||||
- "3.20.0"
|
||||
- "3.19.1"
|
||||
- "3.18.6"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ARG ALPINE_VERSION=3.18.3
|
||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
|
||||
ENV SRS_DOMAIN sutty.nl
|
||||
ENV SRS_SECRET /etc/postsrsd.secret
|
||||
|
|
Loading…
Reference in a new issue