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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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