diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-26 00:28:51 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-26 00:28:51 +0300 |
commit | 37023d5852905fccc5bb1042e31a92f4dad8a0f6 (patch) | |
tree | 2231f1bc2a84a5f66f9ec19905ac7433a208097a /.github/workflows | |
parent | ff434fc18f225bf4cadfb0afd5d10b04930949ce (diff) | |
download | docker-meteor-37023d5852905fccc5bb1042e31a92f4dad8a0f6.tar.xz docker-meteor-37023d5852905fccc5bb1042e31a92f4dad8a0f6.zip |
Showed release version
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docker-publish.yml | 3 |
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 }} |