CI/Cicle: Restore old behavior for docker push

(cherry picked from commit 470e5686b8)
This commit is contained in:
Shauren
2022-09-14 12:15:20 +02:00
committed by funjoker
parent 6372ba3f74
commit 512f28316e

View File

@@ -90,7 +90,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: