Skip to content

Commit e3743a7

Browse files
authored
Merge branch 'cloudforet-io:master' into master
2 parents aa0fbb9 + ead723a commit e3743a7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/dispatch_release.yaml

Lines changed: 8 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.DOCKER_USERNAME }}
124+
password: ${{ secrets.DOCKER_PASSWORD }}
125125

126126
- name: Build and push to pyengine
127127
uses: docker/build-push-action@v4
@@ -131,6 +131,12 @@ jobs:
131131
push: true
132132
tags: pyengine/${{ env.SERVICE }}:${{ env.VERSION }}
133133

134+
- name: Login to Docker Hub
135+
uses: docker/login-action@v2
136+
with:
137+
username: ${{ secrets.CLOUDFORET_DEV_DOCKER_USERNAME }}
138+
password: ${{ secrets.CLOUDFORET_DEV_DOCKER_PASSWORD }}
139+
134140
- name: Build and push to cloudforet
135141
uses: docker/build-push-action@v4
136142
with:

0 commit comments

Comments
 (0)