mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2024-12-22 00:06:31 +00:00
forgot needs
This commit is contained in:
parent
7ebeb907d8
commit
461451257a
3
.github/workflows/trial.yml
vendored
3
.github/workflows/trial.yml
vendored
@ -19,13 +19,14 @@ jobs:
|
|||||||
- run: node fetch.mjs
|
- run: node fetch.mjs
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: tags
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
${{fromJson(needs.tags.outputs.matrix)}}
|
${{fromJson(needs.tags.outputs.matrix)}}
|
||||||
# include:
|
# include:
|
||||||
# - tag: 1.20.2
|
# - tag: 1.20.2
|
||||||
# version: 1.20.2
|
# version: 1.20.2
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
Loading…
Reference in New Issue
Block a user