Added releases
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
069d93bde8
commit
ff434fc18f
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
@ -31,7 +31,12 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
- "1.10"
|
- "1.10"
|
||||||
|
- "1.9"
|
||||||
|
- "1.8"
|
||||||
|
- "1.7"
|
||||||
- "1.6"
|
- "1.6"
|
||||||
|
- "1.5"
|
||||||
|
- "1.4"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -6,6 +6,7 @@ ENV METEOR_ALLOW_SUPERUSER="true"
|
|||||||
ARG release
|
ARG release
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
|
&& echo "Release: ${RELEASE}"
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get --no-install-recommends --no-install-suggests --yes install \
|
&& apt-get --no-install-recommends --no-install-suggests --yes install \
|
||||||
ca-certificates curl git openssl \
|
ca-certificates curl git openssl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user