Skip to content

Commit b847504

Browse files
authored
chore: add missing dollar sign to variable (#179)
Signed-off-by: a3hadi <[email protected]>
1 parent 4259f07 commit b847504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/map/even_odd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ update:
1111
image-push: update
1212
cd ../../../ && docker buildx build \
1313
-f ${DOCKER_FILE_PATH} \
14-
-t {IMAGE_REGISTRY} \
14+
-t ${IMAGE_REGISTRY} \
1515
--platform linux/amd64,linux/arm64 . --push
1616

1717
.PHONY: image

0 commit comments

Comments
 (0)