Skip to content

Commit 5569b53

Browse files
committed
docker-publish: skip ECR publish, for debugging
1 parent 2f43a7e commit 5569b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circleci/docker-publish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ docker build -t $ORG/$REPO:$SHORT_SHA .
6363
echo "Pushing to DockerHub..."
6464
push_hub_image $1 $2 $3 $4
6565

66-
# TODO: fail if ECR_PUSH_ID is not set;
6766
# all repos eventually should dual publish (or explicitly opt-out)
6867
if [ "$ECR_PUSH_ID" != "" ]; then
6968
echo "ECR access_id available. Pushing to ECR..."
70-
push_ecr_image
69+
# push_ecr_image
70+
echo "skipping"
7171
fi

0 commit comments

Comments
 (0)