Skip to content

Commit

Permalink
Fix aws\yc credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
n-semenov-wg authored Jul 10, 2019
1 parent e376de4 commit 93e1aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: docker push ${AWS_ECR_REPONAME}:latest

# Login to Yandex Container Registry (YCR)
- run: docker login --username $YAC_AUTH --password $YAC_TOKEN cr.yandex
- run: docker login --username $YC_AUTH --password $YC_TOKEN cr.yandex

# Push to Yandex Container Registry (YCR)
- run: docker tag $CIRCLE_PROJECT_REPONAME ${YC_YCR_REPONAME}:$CIRCLE_TAG
Expand Down

0 comments on commit 93e1aa1

Please sign in to comment.