Skip to content

Commit

Permalink
fix: change packing name
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzhangqi authored Nov 4, 2024
2 parents 3a747b2 + 1e077e8 commit e846214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-v6-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
file: standalone/Dockerfile
push: true
tags: |
rainbond/rainbond:${{ env.VERSION }}-dind
registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond:${{ env.VERSION }}-dind
rainbond/rainbond:${{ env.VERSION }}-k3s
registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond:${{ env.VERSION }}-k3s
4 changes: 2 additions & 2 deletions .github/workflows/release-v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,5 @@ jobs:
file: ./Dockerfile.allinone
push: true
tags: |
rainbond/rainbond:${{ env.VERSION }}-allinone
registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond:${{ env.VERSION }}-allinone
rainbond/rainbond:${{ env.VERSION }}
registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond:${{ env.VERSION }}

0 comments on commit e846214

Please sign in to comment.