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
|
||||
#################################################################
|
||||
matrix:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ci-os
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -62,7 +62,7 @@ jobs:
|
|||
# 2) Download + parse matrix artifact -> set output
|
||||
#################################################################
|
||||
check-matrix:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ci-os
|
||||
needs: [ matrix ]
|
||||
outputs:
|
||||
matrix: ${{ steps.extract.outputs.matrix }}
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
# 3) For each (channel, platform) combination -> build & push
|
||||
#################################################################
|
||||
build-and-push:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ci-os
|
||||
needs: [ check-matrix ]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in a new issue