aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-26 00:26:53 +0300
committerValentin Popov <info@valentineus.link>2020-06-26 00:26:53 +0300
commitff434fc18f225bf4cadfb0afd5d10b04930949ce (patch)
tree0a4b9ab9093610fe1dabcdebe3ece9cd8f635aaa
parent069d93bde893594016da74d02a055530dec70319 (diff)
downloaddocker-meteor-ff434fc18f225bf4cadfb0afd5d10b04930949ce.tar.xz
docker-meteor-ff434fc18f225bf4cadfb0afd5d10b04930949ce.zip
Added releases
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--.github/workflows/docker-publish.yml7
-rw-r--r--release/Dockerfile1
2 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 4b07f26..b238892 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -14,7 +14,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
-
+
- uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
@@ -31,7 +31,12 @@ jobs:
matrix:
version:
- "1.10"
+ - "1.9"
+ - "1.8"
+ - "1.7"
- "1.6"
+ - "1.5"
+ - "1.4"
steps:
- uses: actions/checkout@v2
diff --git a/release/Dockerfile b/release/Dockerfile
index 0eb29a9..46cc0b7 100644
--- a/release/Dockerfile
+++ b/release/Dockerfile
@@ -6,6 +6,7 @@ ENV METEOR_ALLOW_SUPERUSER="true"
ARG release
RUN set -ex \
+ && echo "Release: ${RELEASE}"
&& apt-get update \
&& apt-get --no-install-recommends --no-install-suggests --yes install \
ca-certificates curl git openssl \