Skip to content

Commit

Permalink
fix the typo that breaks Ben's demo
Browse files Browse the repository at this point in the history
Signed-off-by: sallyom <[email protected]>
  • Loading branch information
sallyom committed Apr 10, 2024
1 parent 1964c56 commit 9867e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/common/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bootc: quadlet
--build-arg MODEL_IMAGE=$(MODEL_IMAGE) \
--build-arg APP_IMAGE=$(APP_IMAGE) \
--build-arg SERVER_IMAGE=$(SERVER_IMAGE) \
--build-arg "SSHPUBKEY=$(SSHPUBKEY)" \
--build-arg "SSHPUBKEY=$(SSH_PUBKEY)" \
-v /etc/containers/policy.json:/etc/containers/policy.json \
-f bootc/$(CONTAINERFILE) \
-t ${BOOTC_IMAGE} .
Expand Down

0 comments on commit 9867e31

Please sign in to comment.