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 d54511a commit 3ee0b23Copy full SHA for 3ee0b23
.github/workflows/build-domjudge-container-release.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "I don't know which version to pick!"
39
exit 1
40
fi
41
- apk add jq curl
+ sudo apt update; sudo apt install jq curl -y
42
set -x
43
HUBURL="https://registry.hub.docker.com/v2/repositories/domjudge/domserver/tags"
44
TAG=$(curl $HUBURL|jq '.results | sort_by(.name) | .[length-2].name')
0 commit comments