We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c8dae commit f4382efCopy full SHA for f4382ef
Makefile
@@ -15,6 +15,7 @@ build:
15
stack build
16
17
publish-image:
18
+ docker tag quay.io/$(DH_ORG)/alertdiff:latest quay.io/$(DH_ORG)/alertdiff:$(VERSION)
19
docker push quay.io/$(DH_ORG)/alertdiff:$(VERSION)
20
21
alertdiff-base/.uptodate: alertdiff-base/Dockerfile
0 commit comments