Changed tag definition

This commit is contained in:
Pavel Pivovarov
2019-03-16 01:24:13 +00:00
parent 611e5c6029
commit 37ee81bf7a

View File

@@ -17,7 +17,7 @@ phases:
build:
commands:
- echo "Building $ECR/$IMAGE:$DATE"
- docker build -t $ECR/$IMAGE:$DATE .
- docker build -t "$ECR/$IMAGE:$DATE" .
post_build:
commands:
- echo "Uploading docker image"