Fixed release env
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
096b0d7c7b
commit
34a59cfb0d
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -38,6 +38,9 @@ jobs:
|
|||||||
- "1.5"
|
- "1.5"
|
||||||
- "1.4"
|
- "1.4"
|
||||||
|
|
||||||
|
env:
|
||||||
|
RELEASE: ${{ matrix.version }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@ -51,6 +54,5 @@ jobs:
|
|||||||
repository: valentineus/meteor
|
repository: valentineus/meteor
|
||||||
tags: ${{ matrix.version }}
|
tags: ${{ matrix.version }}
|
||||||
path: release
|
path: release
|
||||||
buildargs: RELEASE=${{ matrix.version }}
|
|
||||||
tag_with_ref: true
|
tag_with_ref: true
|
||||||
tag_with_sha: true
|
tag_with_sha: true
|
Loading…
x
Reference in New Issue
Block a user