更新 Docker 镜像路径,使用 actions 目录替代 comp 目录
All checks were successful
release-nightly / release-image (push) Successful in 15m20s
All checks were successful
release-nightly / release-image (push) Successful in 15m20s
This commit is contained in:
parent
1b146a221c
commit
a28f5b551e
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user