From cd34d27f76404b25d43b33ceeebf3b4c20179667 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Tue, 13 Jan 2026 15:54:16 -0500 Subject: [PATCH] added in gitea actions --- .gitea/workflows/build.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 095ff68..ba6caf0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,10 +9,6 @@ on: jobs: build-and-push: runs-on: ubuntu-latest - container: - image: ubuntu-latest - volumes: - - /tmp/gitea_ip.txt:/gitea_ip.txt steps: - name: Resolve Gitea Server IP run: |