Skip to content

Commit d5bb46a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/operator-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Build the operator container image
125125
id: build
126-
with:
126+
env:
127127
platforms: ${{ env.PLATFORMS }}
128128
run: |
129129
apt-get update && apt-get install -y make git jq

0 commit comments

Comments
 (0)