修改了一些问题
Some checks failed
Build Push and Deploy Image / build (push) Failing after 24m59s

This commit is contained in:
bamanker
2025-12-29 17:43:49 +08:00
parent 838e811619
commit a29c9c1085

View File

@@ -21,7 +21,7 @@ env:
# 构建 Job # 构建 Job
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest #如果host构建 linux_amd64
steps: steps:
- run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"