改为推送到docker hub
All checks were successful
itom-platform auto build image / build (push) Successful in 4m37s

This commit is contained in:
kim.dev.6789
2026-01-15 22:06:59 +08:00
parent fdb0f5edab
commit 6f638f58a8
2 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@ jobs:
env:
# 使用 Docker Hub 作为镜像仓库
REGISTRY: docker.io
# Docker Hub 命名空间itom-group
IMAGE: docker.io/itom-group/open-im-server-deploy
# Docker Hub 个人命名空间(需与 DOCKER_USERNAME 一致)
IMAGE: docker.io/kim6789/open-im-server-deploy
steps:
- name: Install git
shell: sh