2026.01.15 17:31:12 (cachyos.cmoser.eu)

This commit is contained in:
Christian Moser 2026-01-15 17:31:12 +01:00
parent 09f1037cbb
commit 604260fa8c
Failed to extract signature

View File

@ -16,7 +16,7 @@ if [ -n "$DOCKERIO_TOKEN" ]; then
fi fi
if [ -n "CMOSER_PASS" ]; then if [ -n "CMOSER_PASS" ]; then
echo "$CMOSER_PASS" | podman login reg.cmoser.eu -u cmoser --password-stdin >/dev/null echo "$CMOSER_PASS" | podman login reg.cmoser.eu -u c9mos --password-stdin >/dev/null
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "reg.cmoser.eu login failed!" echo "reg.cmoser.eu login failed!"
fi fi