Remove push target from Makefile, we use Trusted Builds now

This commit is contained in:
2014-05-18 14:37:48 +01:00
parent bfc867af73
commit 01796adb43

View File

@@ -1,7 +1,4 @@
build:
docker build -t ${USER}/znc .
push: build
docker push ${USER}/znc
.PHONY: default
.PHONY: build