Added releases
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
069d93bde8
commit
ff434fc18f
7
.github/workflows/docker-publish.yml
vendored
7
.github/workflows/docker-publish.yml
vendored
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user