cleanup image builder
Some checks failed
Test and Build Docker Image / Build-Image (push) Failing after 2m29s

This commit is contained in:
2026-06-16 10:48:10 -04:00
parent 9f0832a608
commit 2bdc50db26

View File

@@ -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: