Skip to content

Commit

Permalink
Fixing region bias
Browse files Browse the repository at this point in the history
  • Loading branch information
petewilcock committed Jan 23, 2021
1 parent 8a4177e commit f67d2cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.5

Remove region bias for push

## 0.0.4

Bugfix on executability of script
Expand Down
4 changes: 2 additions & 2 deletions docker_pullpush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ fi

docker pull $1
aws ecr get-login-password --region $2 $profile | docker login --username AWS --password-stdin $3.dkr.ecr.$2.amazonaws.com
docker tag $1 $3.dkr.ecr.eu-west-1.amazonaws.com/$4:$5
docker push $3.dkr.ecr.eu-west-1.amazonaws.com/$4:$5
docker tag $1 $3.dkr.ecr.$2.amazonaws.com/$4:$5
docker push $3.dkr.ecr.$2.amazonaws.com/$4:$5

0 comments on commit f67d2cf

Please sign in to comment.