You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2021/02/06 17:51:07 UTC

[skywalking-docker] branch release-refactor updated: Remove redundant tag

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch release-refactor
in repository https://gitbox.apache.org/repos/asf/skywalking-docker.git


The following commit(s) were added to refs/heads/release-refactor by this push:
     new 9888580  Remove redundant tag
9888580 is described below

commit 9888580c71037d483425fbb68e1cd33d4f2224e3
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Sun Feb 7 01:50:34 2021 +0800

    Remove redundant tag
    
    Signed-off-by: Gao Hongtao <ha...@gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8906751..68ab1f4 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ ui:
 	@echo "Building ui"
 	pushd $(ROOT)/ui \
 	&& $(D) build --build-arg version=$(SW_VERSION) -t apache/skywalking-ui:$(SW_VERSION) . \
-	&& $(D) tag apache/skywalking-ui:$(SW_VERSION)-${imgTag} apache/skywalking-ui:latest \
+	&& $(D) tag apache/skywalking-ui:$(SW_VERSION) apache/skywalking-ui:latest \
 	&& popd
 
 $(COMPOSE_TARGETS):