Update .github/workflows/build_push.yml
This commit is contained in:
parent
0c844c9649
commit
724c661a25
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build_push.yml
vendored
4
.github/workflows/build_push.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue