Showed release version
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
@ -44,6 +44,9 @@ jobs:
|
|||||||
ref: ${{ github.event.pull_request.head.ref }}
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
run: |
|
||||||
|
echo "Release: ${RELEASE}"
|
||||||
|
|
||||||
- uses: docker/build-push-action@v1
|
- uses: docker/build-push-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
@ -6,7 +6,6 @@ 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 \
|
||||||
|
Reference in New Issue
Block a user