We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e449160 commit f375a0dCopy full SHA for f375a0d
1 file changed
.github/workflows/dispatch_release.yaml
@@ -127,15 +127,15 @@ jobs:
127
uses: docker/build-push-action@v4
128
with:
129
context: .
130
- platform: ${{ env.ARCH }}
+ platforms: ${{ env.ARCH }}
131
push: true
132
tags: pyengine/${{ env.SERVICE }}:${{ env.VERSION }}
133
134
- name: Build and push to spaceone
135
136
137
138
139
140
tags: spaceone/${{ env.SERVICE }}:${{ env.VERSION }}
141
0 commit comments