We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f43a7e commit 5569b53Copy full SHA for 5569b53
circleci/docker-publish
@@ -63,9 +63,9 @@ docker build -t $ORG/$REPO:$SHORT_SHA .
63
echo "Pushing to DockerHub..."
64
push_hub_image $1 $2 $3 $4
65
66
-# TODO: fail if ECR_PUSH_ID is not set;
67
# all repos eventually should dual publish (or explicitly opt-out)
68
if [ "$ECR_PUSH_ID" != "" ]; then
69
echo "ECR access_id available. Pushing to ECR..."
70
- push_ecr_image
+ # push_ecr_image
+ echo "skipping"
71
fi
0 commit comments