From 3b1e1eae6d8982356165a41ad9a9cfb8b3783f40 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Tue, 13 Jan 2026 16:00:51 -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 07268e7..027048a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -42,7 +42,7 @@ jobs: - name: Log in to Registry uses: docker/login-action@v2 with: - registry: ${{ env.GITEA_IP }}:3000 # Replace with your Gitea registry URL + registry: gitea-server:3000 # Replace with your Gitea registry URL username: ryan #${{ secrets.REGISTRY_USERNAME }} # Stored as a Gitea secret password: 0x013h #${{ secrets.REGISTRY_TOKEN }} # Stored as a Gitea secret (use a PAT here)