Skip to content

Commit

Permalink
Change command by shell to fix operator-sdk image build
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrishtop committed Jan 19, 2024
1 parent e27b375 commit b02b841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/operator_sdk/tasks/build_scorecard_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
when: job_id is defined

- name: Build Operator-SDK image
ansible.builtin.command:
ansible.builtin.shell:
cmd: >
podman buildx build
-t {{ operator_sdk_img }}
Expand Down

0 comments on commit b02b841

Please sign in to comment.