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 5, 2024
1 parent 1632d24 commit 08e99cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dispatch_release.yaml
Original file line number Diff line number Diff line change
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 08e99cf

Please sign in to comment.