Update .github/workflows/build_push.yml

This commit is contained in:
Kohi-denn 2025-05-21 09:49:48 -05:00
parent 67672ea590
commit 3ffb365748

View file

@ -80,7 +80,7 @@ jobs:
build_individual: build_individual:
name: Build individual modules name: Build individual modules
needs: prepare needs: prepare
runs-on: ubuntu-22.04:docker://node:20-bullseye runs-on: ubuntu-22.04//node:20-bullseye
strategy: strategy:
matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }} matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }}
steps: steps: