ci: 移除容器配置,改为 Runner 级别配置
Some checks failed
CI / Build Check (pull_request) Failing after 4m51s

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

View File

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

View File

@@ -15,8 +15,6 @@ 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:
@@ -65,8 +63,6 @@ jobs:
deploy:
name: Deploy to Knative
runs-on: ubuntu-latest
container:
image: node:20-bookworm
needs: build-and-push
steps:
- name: Checkout