Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit 185a64a

Browse files
committed
ci: 更新 Docker 镜像名称 (Update Docker image name)
* 在 `docker-publish.yml` 工作流中更新了 `IMAGE_NAME` 环境变量。 * 镜像名称从 `wrangler-api` 修改为 `SearchGal-Api`。 * 此更改确保 Docker 镜像推送到正确的 Docker Hub 仓库。
1 parent 65855b6 commit 185a64a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
REGISTRY: docker.io
13-
IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/wrangler-api
13+
IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/SearchGal-Api
1414

1515
jobs:
1616
build-and-push:

0 commit comments

Comments
 (0)