Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jul 10, 2024
1 parent 3960c54 commit b912cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ docker-build-hash:
dirty="-dirty-$$(git status --porcelain | md5sum | cut -c 1-7)"; \
fi; \
docker build . -t "$${image_name}:$${git_commit_short_sha}$${dirty}" && \
docker images | grep "^$${image_name}"
docker images | grep "^$$image_name"

.PHONY: packer
packer-parallel:
Expand Down

0 comments on commit b912cf3

Please sign in to comment.