Skip to content
Snippets Groups Projects
Commit 78ca5f23 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

ci: change image tag name

parent 27aa80aa
No related branches found
No related tags found
1 merge request!10Sprint #12
......@@ -31,8 +31,8 @@ build-aws:
- pip install awscli
script:
- $(aws ecr get-login --no-include-email --region us-east-1)
- docker build -t $REPOSITORY_URL .
- docker tag faraday-qa:latest $REPOSITORY_URL:latest
- docker build -t $IMAGE_ORG/$IMAGE_NAME:$CI_COMMIT_SHA .
- docker tag $IMAGE_ORG/$IMAGE_NAME:$CI_COMMIT_SHA $REPOSITORY_URL:latest
- docker push $REPOSITORY_URL:latest
lint:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment