2026.01.14 14:50:33 (laptop1.cmoser.eu)
This commit is contained in:
parent
a1a6ce9c1c
commit
6a79f131c1
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user