diff --git a/.gitea/workflows/image-deploy.yaml b/.gitea/workflows/image-deploy.yaml index c0560a5..64daa7e 100644 --- a/.gitea/workflows/image-deploy.yaml +++ b/.gitea/workflows/image-deploy.yaml @@ -5,7 +5,7 @@ jobs: Test-Build: runs-on: ubuntu-latest container: - image: catthehacker/ubuntu:full-latest + image: catthehacker/ubuntu:act-latest steps: - name: Check out repository code uses: actions/checkout@v3 @@ -16,7 +16,6 @@ jobs: - run: python --version - run: pip --version - run: pip install -r requirements.txt - - run: nslookup git.oki.cx - run: cat /etc/resolv.conf Build-Image: