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 6a99362 commit 54921f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -323,5 +323,5 @@ status:
# if git status --porcelain | grep -q . ; then \
# dirty="-dirty-$$(git status --porcelain | md5sum | cut -c 1-7)"; \
# fi; \
# docker build . -t "$${image_name}:$${git_commit_short_sha}$${dirty}"
#
# docker build . -t "$${image_name}:$${git_commit_short_sha}$${dirty}" &&
# docker images | grep "^$$image_name"

0 comments on commit 54921f8

Please sign in to comment.