ci: 更新 CI 容器镜像版本
All checks were successful
build-and-deploy / 直传代码并部署到 Host15 (push) Successful in 2m26s

将工作流中使用的 Docker 镜像更新至指定时间戳版本,以确保构建环境的一致性。
This commit is contained in:
augushong
2026-05-03 20:28:43 +08:00
parent ab01fe6ca1
commit 041eae9129
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-node20-act
image: ulthon/debian-php82-composer-node20-act:20260503082548
steps:
- name: Checkout
uses: actions/checkout@v4