images are on docker hub (#82)

This commit is contained in:
Domen Kožar
2024-07-23 14:17:52 +01:00
committed by GitHub
parent 891a767f37
commit 783f5a2444
2 changed files with 18 additions and 18 deletions

View File

@@ -15,6 +15,6 @@ echo "| --- | --- |"
for attr in $(echo "$releases_json" | jq -r "keys[]") ; do
name=nixpkgs/$attr
echo -n "| [$name](https://hub.docker.com/r/$name)"
echo -n "| \`docker pull docker.nix-community.org/$name\` "
echo -n "| \`docker pull $name\` "
echo "|"
done