From a28f5b551ee2c9fb83f9445d778fec5fbc87a1ff Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 19 Apr 2025 00:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Docker=20=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E8=B7=AF=E5=BE=84=EF=BC=8C=E4=BD=BF=E7=94=A8=20action?= =?UTF-8?q?s=20=E7=9B=AE=E5=BD=95=E6=9B=BF=E4=BB=A3=20comp=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release-nightly.yml | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/release-nightly.yml b/.gitea/workflows/release-nightly.yml index f8a7f31..3ad94ce 100644 --- a/.gitea/workflows/release-nightly.yml +++ b/.gitea/workflows/release-nightly.yml @@ -50,7 +50,7 @@ jobs: linux/arm64 push: true tags: | - reg.liteyuki.icu/comp/liteyuki-runner:latest + reg.liteyuki.icu/actions/liteyuki-runner:latest - name: Build and push dind uses: docker/build-push-action@v5 @@ -63,7 +63,7 @@ jobs: linux/arm64 push: true tags: | - reg.liteyuki.icu/comp/liteyuki-runner:latest-dind + reg.liteyuki.icu/actions/liteyuki-runner:latest-dind - name: Build and push dind-rootless uses: docker/build-push-action@v5 @@ -76,4 +76,4 @@ jobs: linux/arm64 push: true tags: | - reg.liteyuki.icu/comp/liteyuki-runner:latest-dind-rootless + reg.liteyuki.icu/actions/liteyuki-runner:latest-dind-rootless diff --git a/README.md b/README.md index 3c5e569..a3cba60 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ runner: - (安装方法和Gitea Runner相同,只是镜像换成了我们的) ```bash -docker pull reg.liteyuki.icu/comp/liteyuki-runner:latest +docker pull reg.liteyuki.icu/actions/liteyuki-runner:latest -podman pull reg.liteyuki.icu/comp/liteyuki-runner:latest +podman pull reg.liteyuki.icu/actions/liteyuki-runner:latest ```