From f4ed20624f14a32b04d2ad6920f57bf4d152e755 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 22 Feb 2025 04:18:27 -0700 Subject: [PATCH] ci: change `runs-on` to `apollo-x64` --- .github/workflows/deploy-docker-all.yml | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy-docker-all.yml b/.github/workflows/deploy-docker-all.yml index 7cd40bb2..fbfe5db3 100644 --- a/.github/workflows/deploy-docker-all.yml +++ b/.github/workflows/deploy-docker-all.yml @@ -192,8 +192,9 @@ jobs: job-docker-release-tags-create: name: >- 📦 Release › Create Tag - runs-on: ubuntu-latest - timeout-minutes: 5 + # runs-on: ubuntu-latest + runs-on: apollo-x64 + timeout-minutes: 10 permissions: contents: write packages: write @@ -262,7 +263,8 @@ jobs: job-docker-release-github-arm64: name: >- 📦 Release › Github › Arm64 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 needs: [ job-docker-release-tags-create ] permissions: @@ -504,7 +506,8 @@ jobs: job-docker-release-github-amd64: name: >- 📦 Release › Github › Amd64 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 permissions: contents: write @@ -745,7 +748,8 @@ jobs: job-docker-release-dockerhub-arm64: name: >- 📦 Release › Dockerhub › Arm64 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 needs: [ job-docker-release-tags-create ] permissions: @@ -989,8 +993,9 @@ jobs: job-docker-release-dockerhub-amd64: name: >- - 📦 Release › Dockerhub › Amd64 - runs-on: ubuntu-latest + 📦 Release › Dockerhub › Amd64 + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 permissions: contents: write @@ -1236,7 +1241,8 @@ jobs: job-docker-release-gitea-arm64: name: >- 📦 Release › Gitea › Arm64 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 needs: [ job-docker-release-tags-create ] permissions: @@ -1478,7 +1484,8 @@ jobs: job-docker-release-gitea-amd64: name: >- 📦 Release › Gitea › Amd64 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 permissions: contents: write