From 76091ff06cc062082f92a5e85a2abc943366f80b Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Tue, 13 Jan 2026 14:11:32 -0500 Subject: [PATCH] added in gitea actions --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0ea1a87..efc95cf 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: - name: Log in to Registry run: | cat /etc/hosts - ifconfig + hostname -I # Use your Gitea credentials (secrets are safer, but this works for testing) echo "0x013h" | docker login gitea-server:3000 -u ryan --password-stdin