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 1f5a96c commit d86f384Copy full SHA for d86f384
Dockerfile
admin/update_docker.sh
@@ -77,6 +77,7 @@ if [ "${UPDATE_LATEST}" = "true" ]; then
77
echo "Build complete. If you are happy with the images, run the following:"
78
for IMAGE in minimal icpc full githubci; do
79
echo " docker tag problemtools/${IMAGE}:${TAG} problemtools/${IMAGE}:latest"
80
- echo " docker push problemtools/${IMAGE}:${TAG} --all-tags"
+ echo " docker push problemtools/${IMAGE}:${TAG}"
81
+ echo " docker push problemtools/${IMAGE}:latest"
82
done
83
fi
0 commit comments