Skip to content

Commit 00e0183

Browse files
committed
fix(ci): fix invalid syntax from last pr
1 parent dff6acd commit 00e0183

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/operator-ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ jobs:
123123

124124
- name: Build the operator container image
125125
id: build
126-
with:
127-
platforms: ${{ env.PLATFORMS }}
128126
run: |
129127
apt-get update && apt-get install -y make git jq
130128
cd operator
@@ -151,7 +149,7 @@ jobs:
151149
--build-arg VERSION=${OPERATOR_VERSION} \
152150
--build-arg GO_VERSION=${GO_VERSION} \
153151
--push \
154-
--platform ${{ env.platforms }} \
152+
--platform ${{ env.PLATFORMS }} \
155153
${TAGS@L} \
156154
--metadata-file=metadata.json \
157155
-f ../containers/operator.Dockerfile .

0 commit comments

Comments
 (0)