Skip to content

Commit f375a0d

Browse files
[CI] Deploy CI
1 parent e449160 commit f375a0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dispatch_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ jobs:
127127
uses: docker/build-push-action@v4
128128
with:
129129
context: .
130-
platform: ${{ env.ARCH }}
130+
platforms: ${{ env.ARCH }}
131131
push: true
132132
tags: pyengine/${{ env.SERVICE }}:${{ env.VERSION }}
133133

134134
- name: Build and push to spaceone
135135
uses: docker/build-push-action@v4
136136
with:
137137
context: .
138-
platform: ${{ env.ARCH }}
138+
platforms: ${{ env.ARCH }}
139139
push: true
140140
tags: spaceone/${{ env.SERVICE }}:${{ env.VERSION }}
141141

0 commit comments

Comments
 (0)