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

This commit is contained in:
kim.dev.6789
2026-01-15 22:06:50 +08:00
parent b4623b8a6f
commit 3fb403dce8
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/chat-deploy
# Docker Hub 个人命名空间(需与 DOCKER_USERNAME 一致)
IMAGE: docker.io/kim6789/chat-deploy
steps:
- name: Install git
shell: sh