From 9e531d823fa4d0d18d9737689781855bfb6269ab Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Thu, 8 Jan 2026 11:57:25 -0700 Subject: [PATCH] ci: update release workflow --- .github/workflows/deploy-docker-gitea.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docker-gitea.yml b/.github/workflows/deploy-docker-gitea.yml index b7d087c4..0d09425e 100755 --- a/.github/workflows/deploy-docker-gitea.yml +++ b/.github/workflows/deploy-docker-gitea.yml @@ -194,8 +194,8 @@ jobs: job-docker-release-tags-create: name: >- 📦 Release › Create Tag - # runs-on: ubuntu-latest - runs-on: apollo-x64 + runs-on: ubuntu-latest + # runs-on: apollo-x64 timeout-minutes: 4 outputs: package_version: ${{ steps.task_initialize_package_getversion.outputs.PACKAGE_VERSION }} @@ -386,8 +386,8 @@ jobs: job-docker-release-gitea: name: >- 📦 Release › Gitea - # runs-on: ubuntu-latest - runs-on: apollo-x64 + runs-on: ubuntu-latest + # runs-on: apollo-x64 timeout-minutes: 10 needs: [ job-docker-release-tags-create ] permissions: