Skip to content

Commit 46dd728

Browse files
committed
Fix typo
1 parent a84f09c commit 46dd728

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ch11/microservices/thoughts_backend/build-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ echo "Building version \"${VERSION_NAME}\""
1414
docker-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}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
VERSION_SHA=8bee3a8b48638c1f184d084dace3015dd9953b5e
22
VERSION_NAME=v1.5
33
docker-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}

ch11/microservices/thoughts_backend/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ VERSION_NAME=`git describe --tags`
33
docker-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}

0 commit comments

Comments
 (0)