test matrix

This commit is contained in:
Darren 2023-12-11 08:37:59 +08:00 committed by GitHub
parent ffa8816492
commit bcfb84375f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,12 @@ on:
branches: [main]
paths:
- "docker/*/Dockerfile"
env:
env:
matrix: ""
jobs:
setup:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout code
uses: actions/checkout@v3
@ -41,7 +39,7 @@ jobs:
# You can set it to choice where download from
MEDIA_FROM: "source"
strategy:
matrix: ${{ env.matrix }}
matrix: $matrix
steps:
- name: Checkout code
uses: actions/checkout@v3