diff --git a/Makefile b/Makefile index 1949a53a90813eeb4dd4499fcd0ca9d00aa2a68c..d6978b1f16f2516fd9b136b2e9bb5794128127f4 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,7 @@ push: build docker push $(IMAGE):$(TAGS) docker push $(IMAGE):latest @echo Successfully pushed $(IMAGE):$(TAGS) as latest + +.PHONY: tags +tags: + @echo "$(TAGS)"