ci: 更新 Gitea Actions 使用的容器镜像
Some checks failed
build-and-deploy / 直传代码并部署到 Host15 (push) Failing after 2m21s

将构建和部署工作流中使用的容器镜像从 `ulthon/debian-php82-composer` 更新为 `ulthon/debian-php82-composer-node20-act`,以包含 Node.js 20 和 Act 工具,为工作流执行提供更完整的环境。
This commit is contained in:
augushong
2026-05-03 10:03:37 +08:00
parent 537f178fa5
commit ab01fe6ca1
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
name: 直传代码并部署到 Host15
runs-on: main
container:
image: ulthon/debian-php82-composer
image: ulthon/debian-php82-composer-node20-act
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@@ -15,7 +15,7 @@ jobs:
name: 直传代码并部署到 Host15
runs-on: main
container:
image: ulthon/debian-php82-composer
image: ulthon/debian-php82-composer-node20-act
steps:
- name: Checkout
uses: actions/checkout@v4