Skip to content

Commit

Permalink
CI/Cicle: Restore old behavior for docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Sep 14, 2022
1 parent 189ea0b commit 470e568
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 @@ -96,7 +96,7 @@ jobs:
if [ "$CIRCLE_BRANCH" == "3.3.5" ] || [ "$CIRCLE_BRANCH" == "master" ]; then
docker login -u $DOCKERHUB_USERNAME -p $DOCKERHUB_PASSWORD
echo "Pushing docker image to dockerhub"
docker push $image_prefix
docker push --all-tags $image_prefix
fi
fi
- store_artifacts:
Expand Down

0 comments on commit 470e568

Please sign in to comment.