ci: 更新Docker镜像名称以包含仓库路径
将IMAGE_NAME环境变量从仅使用用户名改为包含完整的仓库路径格式,以符合Docker Hub的镜像发布规范
This commit is contained in:
parent
9405c8076a
commit
d9fd7e8676
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
env:
|
||||
REGISTRY: docker.io
|
||||
IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/aiclient-2-api
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
|
|||
Loading…
Reference in a new issue