Browse Source

👷 ci(release): 移除工作流中的容器配置

- 移除release.yaml中的container配置,使用默认运行环境
- 简化CI流程,减少对特定镜像的依赖
yourname 4 weeks ago
parent
commit
3321583529
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .gitea/workflows/release.yaml

+ 0 - 2
.gitea/workflows/release.yaml

@@ -7,8 +7,6 @@ on:
 jobs:
 jobs:
   build-and-push:
   build-and-push:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
-    container:
-      image: docker.1ms.run/node:20-alpine  # 使用包含 Node.js 的官方镜像
     steps:
     steps:
       - run: echo "🎉 该作业由 ${{ gitea.event_name }} 事件自动触发。"
       - run: echo "🎉 该作业由 ${{ gitea.event_name }} 事件自动触发。"
       - run: echo "🐧 此作业当前在 Gitea 托管的 ${{ runner.os }} 服务器上运行!"
       - run: echo "🐧 此作业当前在 Gitea 托管的 ${{ runner.os }} 服务器上运行!"