更新 .gitea/workflows/build-docker.yml
Some checks failed
Cache Npx / task (push) Successful in 35s
Gitea Actions Demo / build-docker (push) Failing after 36s
Gitea Actions Demo / setup (push) Failing after 1m7s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped

This commit is contained in:
huanghs 2024-10-21 17:11:34 +08:00
parent 16eb92e61b
commit 07840bc454

View File

@ -2,7 +2,7 @@ name: Gitea Actions Demo
on: [push]
jobs:
build-docker:
runs-on: dell
runs-on: yfb-test
steps:
- name: Checkout
uses: actions/checkout@v3