Update .github/workflows/build_push.yml

This commit is contained in:
Kohi-denn 2025-05-21 09:11:35 -05:00
parent d1a72a27c6
commit 2904ce54e9

View file

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