File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments