From 31e2202086d1db1178ee5bd6880356969e9c5076 Mon Sep 17 00:00:00 2001 From: wukuanxin Date: Wed, 27 Nov 2019 14:23:26 +0800 Subject: [PATCH] Update push-image.sh --- push-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push-image.sh b/push-image.sh index faae205..97dac2d 100755 --- a/push-image.sh +++ b/push-image.sh @@ -9,5 +9,5 @@ fi . env.sh -echo 'igj@J3f#s7Sfb4' |docker login --username aijiao --password-stdin +echo 'igj@J3f#s7Sfb4' |docker login --username ajlx --password-stdin docker push ajlx/"$IMAGE_NAME":"$VERSION" \ No newline at end of file -- GitLab