From 5f617b9f721a977223a745b16b9ef5b66290fd09 Mon Sep 17 00:00:00 2001 From: Dagger Date: Mon, 23 Oct 2023 12:20:47 -0500 Subject: [PATCH] removed full-latest --- .gitea/workflows/image-deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: