···1616 docker build -t atcr.io/angrydutchman.peedee.es/$(IMAGE_NAME):$(VERSION) .
1717 docker push atcr.io/angrydutchman.peedee.es/$(IMAGE_NAME):$(VERSION)
1818 git tag $(VERSION)
1919- git push origin $(VERSION)
1919+ # don't push this because we don't want to push dev tags all the time git push origin $(VERSION)
2020 @echo "Built $(IMAGE_NAME):$(VERSION)"
21212222release: