Skip to content

Commit

Permalink
docker push clean tags from push
Browse files Browse the repository at this point in the history
  • Loading branch information
tits4net committed Apr 1, 2024
1 parent a677758 commit b4adce3
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 @@ -12,4 +12,4 @@ debug:
build-push:
$(eval date_tag := $(shell date +"%Y-%m-%d_%H-%M-%S"))
docker build -t motomap:$(date_tag) -t motomap:latest .
docker push -a motomap:latest
docker push -a motomap

0 comments on commit b4adce3

Please sign in to comment.