diff --git a/.gitea/workflows/build-linux.yaml b/.gitea/workflows/build-linux.yaml index 52a4459..09046a1 100644 --- a/.gitea/workflows/build-linux.yaml +++ b/.gitea/workflows/build-linux.yaml @@ -6,7 +6,7 @@ jobs: name: Build Linux runs-on: ubuntu-latest container: - image: python:3.12 + image: catthehacker/ubuntu:act-latest steps: - name: Configure Git Redirect run: git config --global url."http://192.168.50.24:3333/".insteadOf "http://server:3000/"