aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-26 00:32:46 +0300
committerValentin Popov <info@valentineus.link>2020-06-26 00:32:46 +0300
commit096b0d7c7bcc27451310ca3d73421e03a24ad920 (patch)
treee45643e545b02a2af08f832c66ec65b82515990b /.github
parent37023d5852905fccc5bb1042e31a92f4dad8a0f6 (diff)
downloaddocker-meteor-096b0d7c7bcc27451310ca3d73421e03a24ad920.tar.xz
docker-meteor-096b0d7c7bcc27451310ca3d73421e03a24ad920.zip
Fixed write release version
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-publish.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 7156984..b238892 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -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 }}