From 6f768236e19e390c3b6a7fb7cc1482aa6086c813 Mon Sep 17 00:00:00 2001 From: liyy <18435186204@163.com> Date: Fri, 25 Apr 2025 14:53:20 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index a6b75bc..0d6f47c 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,7 +6,7 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-22.04 container: - image: docker://gitea/runner-images:ubuntu-22.04 + image: gitea/runner-images:ubuntu-22.04 steps: - 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!"