fix(ci): 添加容器镜像配置解决 Node.js 缺失问题
Some checks failed
CI / Build Check (pull_request) Failing after 25s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
charilezhou
2026-01-22 18:00:41 +08:00
parent fbe88764e5
commit 9c93e324dd
2 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ jobs:
build:
name: Build Check
runs-on: ubuntu-latest
container:
image: node:20-bookworm
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@@ -15,6 +15,8 @@ jobs:
build-and-push:
name: Build and Push Images
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
outputs:
image_tag: ${{ steps.meta.outputs.tag }}
steps:
@@ -63,6 +65,8 @@ jobs:
deploy:
name: Deploy to Knative
runs-on: ubuntu-latest
container:
image: node:20-bookworm
needs: build-and-push
steps:
- name: Checkout