Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
4b889d9bb0
commit
c1c4c57987
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
# 1) Collect channel/platform JSON -> Upload artifact
|
# 1) Collect channel/platform JSON -> Upload artifact
|
||||||
#################################################################
|
#################################################################
|
||||||
matrix:
|
matrix:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ci-os
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -62,7 +62,7 @@ jobs:
|
||||||
# 2) Download + parse matrix artifact -> set output
|
# 2) Download + parse matrix artifact -> set output
|
||||||
#################################################################
|
#################################################################
|
||||||
check-matrix:
|
check-matrix:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ci-os
|
||||||
needs: [ matrix ]
|
needs: [ matrix ]
|
||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.extract.outputs.matrix }}
|
matrix: ${{ steps.extract.outputs.matrix }}
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
# 3) For each (channel, platform) combination -> build & push
|
# 3) For each (channel, platform) combination -> build & push
|
||||||
#################################################################
|
#################################################################
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ci-os
|
||||||
needs: [ check-matrix ]
|
needs: [ check-matrix ]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in a new issue