We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fd38a commit cc5700bCopy full SHA for cc5700b
1 file changed
Makefile
@@ -17,3 +17,5 @@ docker:
17
18
push: docker
19
docker push "$(IMAGE):$(TAG)"
20
+ docker tag "$(IMAGE):$(TAG)" "$(IMAGE):latest"
21
+ docker push "$(IMAGE):latest"
0 commit comments