Skip to content

Commit

Permalink
update formatting of make cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jdao-rh authored Oct 7, 2024
1 parent eb6060a commit 0333a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
build-args: |
ARCH=s390x
- name: Create and push multi-arch manifest
run: IMAGE_TAG=${{ steps.meta.outputs.tags }} make push-multi-arch-manifest
run: IMAGE_TAG='${{ steps.meta.outputs.tags }}' make push-multi-arch-manifest


e2e:
Expand Down

0 comments on commit 0333a30

Please sign in to comment.