aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-26 00:41:53 +0300
committerValentin Popov <info@valentineus.link>2020-06-26 00:41:53 +0300
commit5a8a18b70e8c46abe9a1caf9a4cffc8347f94dba (patch)
tree206ee9e27d13b5b72c7c602a3d64b282767ee0ee /.github/workflows
parent34a59cfb0dca6b114939a49c1e0f69082652d42c (diff)
downloaddocker-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.yml3
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