File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ch11/microservices/thoughts_backend Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ echo "Building version \"${VERSION_NAME}\""
1414docker-compose build --build-arg VERSION_NAME=${VERSION_NAME} --build-arg VERSION_SHA=${VERSION_SHA}
1515
1616# tag the resulting image with the version
17- docker tag thoughts_server:latest throughs_server :${VERSION_NAME}
17+ docker tag thoughts_server:latest thoughts_server :${VERSION_NAME}
Original file line number Diff line number Diff line change 11VERSION_SHA=8bee3a8b48638c1f184d084dace3015dd9953b5e
22VERSION_NAME=v1.5
33docker-compose build --build-arg VERSION_NAME=${VERSION_NAME} --build-arg VERSION_SHA=${VERSION_SHA}
4- docker tag thoughts_server:latest throughs_server :${VERSION_NAME}
4+ docker tag thoughts_server:latest thoughts_server :${VERSION_NAME}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ VERSION_NAME=`git describe --tags`
33docker-compose build --build-arg VERSION_NAME=${VERSION_NAME} --build-arg VERSION_SHA=${VERSION_SHA}
44
55# tag the resulting image with the version
6- docker tag thoughts_server:latest throughs_server :${VERSION_NAME}
6+ docker tag thoughts_server:latest thoughts_server :${VERSION_NAME}
You can’t perform that action at this time.
0 commit comments