Skip to content

Commit

Permalink
chore: add missing dollar sign to variable (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 authored Jul 10, 2024
1 parent 4259f07 commit b847504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/map/even_odd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ update:
image-push: update
cd ../../../ && docker buildx build \
-f ${DOCKER_FILE_PATH} \
-t {IMAGE_REGISTRY} \
-t ${IMAGE_REGISTRY} \
--platform linux/amd64,linux/arm64 . --push

.PHONY: image
Expand Down

0 comments on commit b847504

Please sign in to comment.