Fixed matrix syntax
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
9bd7dc7e2b
commit
674d305033
7
.github/workflows/docker-publish.yml
vendored
7
.github/workflows/docker-publish.yml
vendored
@ -14,15 +14,14 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
version: [1.10, 1.6]
|
||||||
version: ["1.10", "1.6"]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/build-push-action@v1
|
- uses: docker/build-push-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag: ${{ matrix.include.version }}
|
tag: ${{ matrix.version }}
|
||||||
repository: valentineus/meteor
|
repository: valentineus/meteor
|
||||||
dockerfile: "default/release/Dockerfile"
|
dockerfile: "default/release/Dockerfile"
|
||||||
buildargs: "RELEASE=${{ matrix.include.version }}"
|
buildargs: "RELEASE=${{ matrix.version }}"
|
Loading…
x
Reference in New Issue
Block a user