Fixed env variable
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
34a59cfb0d
commit
5a8a18b70e
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user