mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
test matrix
This commit is contained in:
parent
ffa8816492
commit
bcfb84375f
1 changed files with 2 additions and 4 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue