From 43576c17367478cecc1e52928413b8ee41506edd Mon Sep 17 00:00:00 2001 From: merlin Date: Sun, 2 Nov 2025 00:17:18 +0800 Subject: [PATCH] fix: change image --- .gitea/workflows/dev.yaml | 2 +- .gitea/workflows/tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 4640a2e..36a463d 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -8,7 +8,7 @@ jobs: build: runs-on: gitea-official-runner container: - image: harbor.merlin.xin/testing/merlin/builder:471389b69e23417ab4e86981d109c79635d7219b + image: harbor.merlin.xin/testing/merlin/action_builder:471389b69e23417ab4e86981d109c79635d7219b steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.gitea/workflows/tag.yaml b/.gitea/workflows/tag.yaml index f7f820f..89cf697 100644 --- a/.gitea/workflows/tag.yaml +++ b/.gitea/workflows/tag.yaml @@ -8,7 +8,7 @@ jobs: build: runs-on: gitea-official-runner container: - image: harbor.merlin.xin/testing/merlin/builder:471389b69e23417ab4e86981d109c79635d7219b + image: harbor.merlin.xin/testing/merlin/action_builder:471389b69e23417ab4e86981d109c79635d7219b steps: - name: Checkout code uses: actions/checkout@v4