Fixed env variable

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-26 01:41:53 +04:00
parent 34a59cfb0d
commit 5a8a18b70e

View File

@ -52,7 +52,8 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
repository: valentineus/meteor repository: valentineus/meteor
tags: ${{ matrix.version }} tags: ${{ env.RELEASE }}
path: release path: release
build_args: RELEASE=${{ env.RELEASE }}
tag_with_ref: true tag_with_ref: true
tag_with_sha: true tag_with_sha: true