From 51462e85383772faab584ecf0d0362e8d33238a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Tue, 18 Feb 2025 10:45:48 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!57=20:?= =?UTF-8?q?=20docker.io=E6=97=A0=E6=B3=95=E8=AE=BF=E9=97=AE=EF=BC=8C?= =?UTF-8?q?=E6=8D=A2=E6=88=90devstar.cn=E4=B8=8A=E7=9A=84=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E9=95=9C=E5=83=8F=E6=9D=A5=E8=BF=90=E8=A1=8CCI?= =?UTF-8?q?=E8=84=9A=E6=9C=AC'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/devstar-studio-dev-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/devstar-studio-dev-ci.yaml b/.gitea/workflows/devstar-studio-dev-ci.yaml index 560a76b3a4..e776066a98 100644 --- a/.gitea/workflows/devstar-studio-dev-ci.yaml +++ b/.gitea/workflows/devstar-studio-dev-ci.yaml @@ -32,7 +32,7 @@ on: jobs: build-and-push-x86-64-docker-image: # Actual runs-on image: docker.io/library/gitea/runner_image:ubuntu-latest - runs-on: devstar.cn/devstar/runner-images:ubuntu-latest + runs-on: ubuntu-latest steps: - name: 🔍 Check out repository code uses: https://devstar.cn/actions/checkout@v4