File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33
44cd " $( 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
88if [ -n " ${REGISTRY} " ]; then
9- docker push ${REGISTRY} spring-cloud-a:1. 2.0
9+ docker push ${REGISTRY} spring-cloud-a:2.0.1
1010fi
Original file line number Diff line number Diff line change 22
33cd " $( 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
77if [ -n " ${REGISTRY} " ]; then
8- docker push ${REGISTRY} spring-cloud-b:1. 2.0
8+ docker push ${REGISTRY} spring-cloud-b:2.0.1
99fi
Original file line number Diff line number Diff line change 33
44cd " $( 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
88if [ -n " ${REGISTRY} " ]; then
9- docker push ${REGISTRY} spring-cloud-c:1. 2.0
9+ docker push ${REGISTRY} spring-cloud-c:2.0.1
1010fi
Original file line number Diff line number Diff line change 33
44cd " $( 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
88if [ -n " ${REGISTRY} " ]; then
9- docker push ${REGISTRY} spring-cloud-zuul:1. 2.0
9+ docker push ${REGISTRY} spring-cloud-zuul:2.0.1
1010fi
You can’t perform that action at this time.
0 commit comments