test/ci-workflow #7

Merged
zhouzewei merged 8 commits from test/ci-workflow into main 2026-01-22 10:36:59 +00:00
2 changed files with 0 additions and 6 deletions
Showing only changes of commit a82144a676 - Show all commits

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