ci: move community actions to self-hosted runners

This commit is contained in:
github-ops
2026-05-15 20:27:03 +00:00
parent 6981de1bca
commit 69edbfb717
4 changed files with 14 additions and 28 deletions
+2 -4
View File
@@ -31,7 +31,7 @@ jobs:
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'main'
)
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x64]
strategy:
fail-fast: false
matrix:
@@ -78,8 +78,6 @@ jobs:
tags: |
${{ steps.image.outputs.name }}:${{ env.IMAGE_TAG }}
${{ steps.image.outputs.name }}:main
cache-from: type=gha,scope=${{ matrix.name }}
cache-to: type=gha,mode=max,scope=${{ matrix.name }}
deploy:
needs: build-images
@@ -90,7 +88,7 @@ jobs:
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'main'
)
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x64]
steps:
- name: Checkout