From 40a835cfd296fa6cc6959152cdd86f98aa5dd80b Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Tue, 13 Jan 2026 14:06:55 -0500 Subject: [PATCH] added in gitea actions --- .gitea/workflows/build.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2b67d08..1c5fcc5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,10 +13,6 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - - name: Print Hostname - run: | - hostname - - name: Determine Image Tag id: vars run: | @@ -32,6 +28,8 @@ jobs: - name: Log in to Registry run: | + cat /etc/hosts + ip addr # Use your Gitea credentials (secrets are safer, but this works for testing) echo "0x013h" | docker login gitea-server:3000 -u ryan --password-stdin