mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
CI/Cicle: Restore old behavior for docker push
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user