aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/docker-publish.yml
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-26 00:28:51 +0300
committerValentin Popov <info@valentineus.link>2020-06-26 00:28:51 +0300
commit37023d5852905fccc5bb1042e31a92f4dad8a0f6 (patch)
tree2231f1bc2a84a5f66f9ec19905ac7433a208097a /.github/workflows/docker-publish.yml
parentff434fc18f225bf4cadfb0afd5d10b04930949ce (diff)
downloaddocker-meteor-37023d5852905fccc5bb1042e31a92f4dad8a0f6.tar.xz
docker-meteor-37023d5852905fccc5bb1042e31a92f4dad8a0f6.zip
Showed release version
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github/workflows/docker-publish.yml')
-rw-r--r--.github/workflows/docker-publish.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index b238892..7156984 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -44,6 +44,9 @@ 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 }}