Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit 594f901

Browse files
committed
also tag :latest
1 parent 07d5e6e commit 594f901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ docker: appjs
2525

2626
push: docker
2727
docker push "$(IMAGE):$(TAG)"
28+
docker tag "$(IMAGE):$(TAG)" "$(IMAGE):latest"
29+
docker push "$(IMAGE):latest"
2830

2931
mock:
3032
docker run $(TTYFLAGS) -p 8080:8080 "$(IMAGE):$(TAG)" --mock \

0 commit comments

Comments
 (0)