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
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: tags
|
||||
strategy:
|
||||
matrix:
|
||||
${{fromJson(needs.tags.outputs.matrix)}}
|
||||
# include:
|
||||
# - tag: 1.20.2
|
||||
# version: 1.20.2
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up QEMU
|
||||
|
Loading…
Reference in New Issue
Block a user