mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:25:41 -04:00
ci: change runs-on to apollo-x64
This commit is contained in:
25
.github/workflows/deploy-docker-all.yml
vendored
25
.github/workflows/deploy-docker-all.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user