Skip to content

Commit 9dfb0b1

Browse files
committed
Update docker-publish.yml
1 parent 038e765 commit 9dfb0b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
build_image:
19-
name: Push Docker image to hub.6scloud.com
19+
name: Push Docker image
2020
runs-on: ubuntu-latest
2121
# 保持原有的权限检查,如果不是在该 organization 下运行请移除此行
2222
if: github.repository_owner == 'siliconflow'
@@ -55,7 +55,7 @@ jobs:
5555
platforms: linux/amd64
5656
push: ${{ github.event_name != 'pull_request' }}
5757
tags: |
58-
hub.6scloud.com/caishenghang/dashscope-proxy:latest
59-
hub.6scloud.com/caishenghang/dashscope-proxy:${{ steps.get_version.outputs.version }}
58+
caishenghang/dashscope-proxy:latest
59+
caishenghang/dashscope-proxy:${{ steps.get_version.outputs.version }}
6060
cache-from: type=gha
6161
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)