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:
|
||||
matrix:
|
||||
include:
|
||||
version: ["1.10", "1.6"]
|
||||
version: [1.10, 1.6]
|
||||
|
||||
steps:
|
||||
- uses: docker/build-push-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tag: ${{ matrix.include.version }}
|
||||
tag: ${{ matrix.version }}
|
||||
repository: valentineus/meteor
|
||||
dockerfile: "default/release/Dockerfile"
|
||||
buildargs: "RELEASE=${{ matrix.include.version }}"
|
||||
buildargs: "RELEASE=${{ matrix.version }}"
|
Loading…
x
Reference in New Issue
Block a user