ci: escape matrix values in nightly db workflow
This commit is contained in:
parent
242626c849
commit
e39ace5f60
8
.github/workflows/dev-db-nightly.yml
vendored
8
.github/workflows/dev-db-nightly.yml
vendored
|
@ -32,10 +32,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- platform: linux/arm64
|
||||
docker: arm64
|
||||
- platform: linux/amd64
|
||||
docker: x64
|
||||
- platform: "linux/arm64"
|
||||
docker: "arm64"
|
||||
- platform: "linux/amd64"
|
||||
docker: "x64"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Reference in a new issue