2026.01.14 14:50:33 (laptop1.cmoser.eu)

This commit is contained in:
Christian Moser 2026-01-14 14:50:33 +01:00
parent a1a6ce9c1c
commit 6a79f131c1
Failed to extract signature

View File

@ -9,7 +9,7 @@ if [ -n "$GHCR_TOKEN" ]; then
fi
fi
if [ .n "$DOCKERIO_TOKEN" ]; then
if [ -n "$DOCKERIO_TOKEN" ]; then
echo $DOCKERIO_TOKEN | podman login docker.io -u c9moser --password-stdin >/dev/null
if [ $? -eq 0 ]; then
echo "podman: logged in to docker.io"