Skip to content

Commit b5eea89

Browse files
committed
chore(ci): 将 Docker 镜像构建目标改为 kxhubs/it-tools
- releases.yml:发布镜像从 corentinth/it-tools 改为 kxhubs/it-tools - docker-nightly-release.yml:每日构建镜像同步改为 kxhubs/it-tools - 避免因推送到上游仓库无权限导致构建失败
1 parent e420d84 commit b5eea89

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/docker-nightly-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ jobs:
8383
platforms: linux/amd64,linux/arm64
8484
push: true
8585
tags: |
86-
corentinth/it-tools:nightly
87-
ghcr.io/corentinth/it-tools:nightly
86+
kxhubs/it-tools:nightly
87+
ghcr.io/kxhubs/it-tools:nightly

.github/workflows/releases.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
platforms: linux/amd64,linux/arm64
4343
push: true
4444
tags: |
45-
corentinth/it-tools:latest
46-
corentinth/it-tools:${{ env.RELEASE_VERSION }}
47-
ghcr.io/corentinth/it-tools:latest
48-
ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}
45+
kxhubs/it-tools:latest
46+
kxhubs/it-tools:${{ env.RELEASE_VERSION }}
47+
ghcr.io/kxhubs/it-tools:latest
48+
ghcr.io/kxhubs/it-tools:${{ env.RELEASE_VERSION}}
4949
5050
github-release:
5151
runs-on: ubuntu-latest
@@ -93,11 +93,11 @@ jobs:
9393
## Docker images
9494
9595
- Docker Hub
96-
- `corentinth/it-tools:latest`
97-
- `corentinth/it-tools:${{ env.RELEASE_VERSION }}`
96+
- `kxhubs/it-tools:latest`
97+
- `kxhubs/it-tools:${{ env.RELEASE_VERSION }}`
9898
- GitHub Container Registry
99-
- `ghcr.io/corentinth/it-tools:latest`
100-
- `ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}`
99+
- `ghcr.io/kxhubs/it-tools:latest`
100+
- `ghcr.io/kxhubs/it-tools:${{ env.RELEASE_VERSION}}`
101101
102102
## Changelog
103103

0 commit comments

Comments
 (0)