- 移除release.yaml中的container配置,使用默认运行环境 - 简化CI流程,减少对特定镜像的依赖
@@ -7,8 +7,6 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
- container:
- image: docker.1ms.run/node:20-alpine # 使用包含 Node.js 的官方镜像
steps:
- run: echo "🎉 该作业由 ${{ gitea.event_name }} 事件自动触发。"
- run: echo "🐧 此作业当前在 Gitea 托管的 ${{ runner.os }} 服务器上运行!"