Skip to content

Commit 8a53674

Browse files
committed
image tag is 2.0.1
1 parent 067fabf commit 8a53674

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

mse-simple-demo/A/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ set -e
33

44
cd "$(dirname "$0")"
55

6-
docker build --platform linux/amd64 . -t ${REGISTRY}spring-cloud-a:1.2.0
6+
docker build --platform linux/amd64 . -t ${REGISTRY}spring-cloud-a:2.0.1
77

88
if [ -n "${REGISTRY}" ]; then
9-
docker push ${REGISTRY}spring-cloud-a:1.2.0
9+
docker push ${REGISTRY}spring-cloud-a:2.0.1
1010
fi

mse-simple-demo/B/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
cd "$(dirname "$0")"
44

5-
docker build --platform linux/amd64 . -t ${REGISTRY}spring-cloud-b:1.2.0
5+
docker build --platform linux/amd64 . -t ${REGISTRY}spring-cloud-b:2.0.1
66

77
if [ -n "${REGISTRY}" ]; then
8-
docker push ${REGISTRY}spring-cloud-b:1.2.0
8+
docker push ${REGISTRY}spring-cloud-b:2.0.1
99
fi

mse-simple-demo/C/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ set -e
33

44
cd "$(dirname "$0")"
55

6-
docker build --platform linux/amd64 . -t ${REGISTRY}spring-cloud-c:1.2.0
6+
docker build --platform linux/amd64 . -t ${REGISTRY}spring-cloud-c:2.0.1
77

88
if [ -n "${REGISTRY}" ]; then
9-
docker push ${REGISTRY}spring-cloud-c:1.2.0
9+
docker push ${REGISTRY}spring-cloud-c:2.0.1
1010
fi

mse-simple-demo/gateway/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ set -e
33

44
cd "$(dirname "$0")"
55

6-
docker build --platform linux/amd64 . -t ${REGISTRY}spring-cloud-zuul:1.2.0
6+
docker build --platform linux/amd64 . -t ${REGISTRY}spring-cloud-zuul:2.0.1
77

88
if [ -n "${REGISTRY}" ]; then
9-
docker push ${REGISTRY}spring-cloud-zuul:1.2.0
9+
docker push ${REGISTRY}spring-cloud-zuul:2.0.1
1010
fi

0 commit comments

Comments
 (0)