removed full-latest
All checks were successful
Test and Build Docker Image / Test-Build (push) Successful in 11s
Test and Build Docker Image / Build-Image (push) Successful in 2m10s

This commit is contained in:
Dagger 2023-10-23 12:20:47 -05:00
parent e2f5ea96d6
commit 5f617b9f72

View File

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