测试 CICD
Some checks failed
TDevOPsCICD / build-image (push) Failing after 30s

This commit is contained in:
Cheney 2025-04-23 15:39:57 +08:00
parent b99b0b8299
commit a849c280f7

View File

@ -4,10 +4,10 @@ on: [push]
jobs: jobs:
build-image: build-image:
runs-on: ubuntu-latest runs-on: workbench
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build Binary - name: Build Binary
run: | run: |
echo ${{ github.ref_name }} ${{ github.sha }} echo ${{ github.ref_name }} ${{ github.sha }}
kit bun