You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elif [ -n "$DOCKER_PUSH_REPOSITORY" -a -f .tox/$TOX_ENV/Dockertags ]; then
296
+
echo "Unable to push Docker images to $DOCKER_PUSH_REPOSITORY."
297
+
echo "This is normal in a pull request to sagemath/sage or to another user's repository."
298
+
echo
299
+
echo "If you need Docker images, "
300
+
echo " - either run this GitHub Actions workflow in your repository fork"
301
+
echo " - or use the method described in https://doc.sagemath.org/html/en/developer/portability_testing.html#automatic-docker-based-build-testing-using-tox
0 commit comments