Skip to content

Commit

Permalink
Merge pull request #235 from sallyom/quick-fix
Browse files Browse the repository at this point in the history
fix the typo
  • Loading branch information
rhatdan authored Apr 11, 2024
2 parents 289cff4 + 9867e31 commit 8292230
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 8292230

Please sign in to comment.