Skip to content

Commit 2619084

Browse files
[CI] Deploy CI
1 parent d360761 commit 2619084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dispatch_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
- name: Login to Docker Hub
110110
uses: docker/login-action@v2
111111
with:
112-
username: ${{ secrets.CLOUDFORET_DOCKER_USERNAME }}
113-
password: ${{ secrets.CLOUDFORET_DOCKER_PASSWORD }}
112+
username: ${{ secrets.CLOUDFORET_DEV_DOCKER_USERNAME }}
113+
password: ${{ secrets.CLOUDFORET_DEV_DOCKER_PASSWORD }}
114114

115115
- name: Set version only major and minor
116116
run: |

0 commit comments

Comments
 (0)