diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-26 00:41:53 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-26 00:41:53 +0300 |
commit | 5a8a18b70e8c46abe9a1caf9a4cffc8347f94dba (patch) | |
tree | 206ee9e27d13b5b72c7c602a3d64b282767ee0ee /.github/workflows | |
parent | 34a59cfb0dca6b114939a49c1e0f69082652d42c (diff) | |
download | docker-meteor-5a8a18b70e8c46abe9a1caf9a4cffc8347f94dba.tar.xz docker-meteor-5a8a18b70e8c46abe9a1caf9a4cffc8347f94dba.zip |
Fixed env variable
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, 2 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index e9cd1af..553ec51 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -52,7 +52,8 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} repository: valentineus/meteor - tags: ${{ matrix.version }} + tags: ${{ env.RELEASE }} path: release + build_args: RELEASE=${{ env.RELEASE }} tag_with_ref: true tag_with_sha: true
\ No newline at end of file |