Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Failing after 0s
CI / Build individual modules (push) Has been skipped
CI / Publish repo (push) Has been skipped

This commit is contained in:
Kohi-denn 2025-05-21 09:09:13 -05:00
parent 0c844c9649
commit 724c661a25

View file

@ -21,7 +21,9 @@ env:
jobs:
prepare:
name: Prepare job
runs-on: ubuntu-22.04:docker://node:20-bullseye
runs-on: docker
container:
image: ubuntu-22.04:docker://node:20-bullseye
outputs:
individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }}
steps: