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 Oct 20, 2023
1 parent d59982e commit 59d5292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platform: ${{ env.ARCH }}
platforms: ${{ env.ARCH }}
push: true
tags: pyengine/${{ env.SERVICE }}:${{ env.VERSION }}

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

Expand Down

0 comments on commit 59d5292

Please sign in to comment.