Skip to content

Commit

Permalink
[CI] Deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Jan 6, 2024
1 parent b428ff6 commit 0c2cad3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dispatch_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'enter version(x.y.z)'
required: true
default: 1.0.0
default: '2.0.0'
container_arch:
type: choice
description: 'choose container architecture'
Expand Down Expand Up @@ -120,8 +120,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.CLOUDFORET_DOCKER_USERNAME }}
password: ${{ secrets.CLOUDFORET_DOCKER_PASSWORD }}

- name: Build and push to pyengine
uses: docker/build-push-action@v4
Expand All @@ -131,13 +131,13 @@ jobs:
push: true
tags: pyengine/${{ env.SERVICE }}:${{ env.VERSION }}

- name: Build and push to spaceone
- name: Build and push to cloudforet
uses: docker/build-push-action@v4
with:
context: .
platforms: ${{ env.ARCH }}
push: true
tags: spaceone/${{ env.SERVICE }}:${{ env.VERSION }}
tags: cloudforet/${{ env.SERVICE }}:${{ env.VERSION }}

- name: Notice when job fails
if: failure()
Expand Down

0 comments on commit 0c2cad3

Please sign in to comment.