diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-26 00:32:46 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-26 00:32:46 +0300 |
commit | 096b0d7c7bcc27451310ca3d73421e03a24ad920 (patch) | |
tree | e45643e545b02a2af08f832c66ec65b82515990b /.github/workflows | |
parent | 37023d5852905fccc5bb1042e31a92f4dad8a0f6 (diff) | |
download | docker-meteor-096b0d7c7bcc27451310ca3d73421e03a24ad920.tar.xz docker-meteor-096b0d7c7bcc27451310ca3d73421e03a24ad920.zip |
Fixed write 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, 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 }} |