File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 version :
77 description : ' enter version(x.y.z)'
88 required : true
9- default : 1 .0.0
9+ default : ' 2 .0.0'
1010 container_arch :
1111 type : choice
1212 description : ' choose container architecture'
@@ -120,8 +120,8 @@ jobs:
120120 - name : Login to Docker Hub
121121 uses : docker/login-action@v2
122122 with :
123- username : ${{ secrets.DOCKER_USERNAME }}
124- password : ${{ secrets.DOCKER_PASSWORD }}
123+ username : ${{ secrets.CLOUDFORET_DOCKER_USERNAME }}
124+ password : ${{ secrets.CLOUDFORET_DOCKER_PASSWORD }}
125125
126126 - name : Build and push to pyengine
127127 uses : docker/build-push-action@v4
@@ -131,13 +131,13 @@ jobs:
131131 push : true
132132 tags : pyengine/${{ env.SERVICE }}:${{ env.VERSION }}
133133
134- - name : Build and push to spaceone
134+ - name : Build and push to cloudforet
135135 uses : docker/build-push-action@v4
136136 with :
137137 context : .
138138 platforms : ${{ env.ARCH }}
139139 push : true
140- tags : spaceone /${{ env.SERVICE }}:${{ env.VERSION }}
140+ tags : cloudforet /${{ env.SERVICE }}:${{ env.VERSION }}
141141
142142 - name : Notice when job fails
143143 if : failure()
You can’t perform that action at this time.
0 commit comments