From 2bdc50db26d6aa8ee0030c91a8af45f30242725f Mon Sep 17 00:00:00 2001 From: dagger Date: Tue, 16 Jun 2026 10:48:10 -0400 Subject: [PATCH] cleanup image builder --- .gitea/workflows/image-deploy.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitea/workflows/image-deploy.yaml b/.gitea/workflows/image-deploy.yaml index 64daa7e..97fb8cc 100644 --- a/.gitea/workflows/image-deploy.yaml +++ b/.gitea/workflows/image-deploy.yaml @@ -2,22 +2,6 @@ name: Test and Build Docker Image run-name: 🐋 on: [push] jobs: - Test-Build: - runs-on: ubuntu-latest - container: - image: catthehacker/ubuntu:act-latest - steps: - - name: Check out repository code - uses: actions/checkout@v3 - - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} - - run: python --version - - run: pip --version - - run: pip install -r requirements.txt - - run: cat /etc/resolv.conf - Build-Image: runs-on: ubuntu-latest container: