Skip to content

Commit 192cbf8

Browse files
[CI] Deploy CI
1 parent 6f6d40f commit 192cbf8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dispatch_release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
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()

0 commit comments

Comments
 (0)