Bluesky avatar proxy thing
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: don't push dev version tags

+1 -1
+1 -1
Makefile
··· 16 16 docker build -t atcr.io/angrydutchman.peedee.es/$(IMAGE_NAME):$(VERSION) . 17 17 docker push atcr.io/angrydutchman.peedee.es/$(IMAGE_NAME):$(VERSION) 18 18 git tag $(VERSION) 19 - git push origin $(VERSION) 19 + # don't push this because we don't want to push dev tags all the time git push origin $(VERSION) 20 20 @echo "Built $(IMAGE_NAME):$(VERSION)" 21 21 22 22 release: