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 18, 2023
1 parent bf82aa7 commit c9bc7d7
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 c9bc7d7

Please sign in to comment.