Skip to content

Commit 6849b7d

Browse files
committed
build: also push the 'latest' tag
1 parent edf9630 commit 6849b7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ build:
1717
$(MAKE) BUILD_ARGS=$(BUILD_ARGS) JITSI_RELEASE=$(JITSI_RELEASE) -C $(JITSI_SERVICE) build
1818

1919
tag:
20-
docker tag jitsi/$(JITSI_SERVICE):latest $(JITSI_REPO)/$(JITSI_SERVICE):$(JITSI_BUILD)
20+
docker tag $(JITSI_REPO)/$(JITSI_SERVICE):latest $(JITSI_REPO)/$(JITSI_SERVICE):$(JITSI_BUILD)
2121

2222
push:
23+
docker push $(JITSI_REPO)/$(JITSI_SERVICE):latest
2324
docker push $(JITSI_REPO)/$(JITSI_SERVICE):$(JITSI_BUILD)
2425

2526
%-all:

0 commit comments

Comments
 (0)