Skip to content
Snippets Groups Projects
Verified Commit ba1f307a authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

improved makefile

parent 6a7084e3
No related branches found
No related tags found
No related merge requests found
Pipeline #2724 passed
......@@ -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)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment