Skip to content

Commit 554c884

Browse files
[CI] Deploy CI
1 parent 3678346 commit 554c884

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dispatch_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
- name: Login to Docker Hub
121121
uses: docker/login-action@v2
122122
with:
123-
username: ${{ secrets.CLOUDFORET_DOCKER_USERNAME }}
124-
password: ${{ secrets.CLOUDFORET_DOCKER_PASSWORD }}
123+
username: ${{ secrets.CLOUDFORET_DEV_DOCKER_USERNAME }}
124+
password: ${{ secrets.CLOUDFORET_DEV_DOCKER_PASSWORD }}
125125

126126
- name: Build and push to pyengine
127127
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)