Fixed write release version
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
37023d5852
commit
096b0d7c7b
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
@ -44,9 +44,6 @@ jobs:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
fetch-depth: 0
|
||||
|
||||
run: |
|
||||
echo "Release: ${RELEASE}"
|
||||
|
||||
- uses: docker/build-push-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
@ -9,7 +9,7 @@ RUN set -ex \
|
||||
&& apt-get update \
|
||||
&& apt-get --no-install-recommends --no-install-suggests --yes install \
|
||||
ca-certificates curl git openssl \
|
||||
&& curl https://install.meteor.com | sed 's/^RELEASE=.*/RELEASE=${RELEASE}/g' | sh \
|
||||
&& curl https://install.meteor.com | sed "s/^RELEASE=.*/RELEASE=$RELEASE/g" | sh \
|
||||
&& apt-get --purge --yes remove curl \
|
||||
&& apt-get --purge --yes autoremove \
|
||||
&& apt-get clean \
|
||||
|
Loading…
x
Reference in New Issue
Block a user