Skip to content

Commit

Permalink
add quotes around LOCAL_TAG_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisb87 committed Oct 23, 2023
1 parent db3dacb commit fc081bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
script:
- eval $(aws ecr get-login --no-include-email)
- docker build --tag "$LOCAL_TAG_NAME" .
- docker tag $LOCAL_TAG_NAME "$ECR_URL";
- docker tag "$LOCAL_TAG_NAME" "$ECR_URL";
- docker push "$ECR_URL";
- stage: update QA tasks
if: (branch = qa) AND (type != pull_request)
Expand Down

0 comments on commit fc081bb

Please sign in to comment.