diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 3262d38..25c1dd3 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -32,15 +32,13 @@ jobs: build_php: runs-on: 'ubuntu-latest' - container: - image: "ghcr.io/catthehacker/ubuntu:runner-latest" needs: build_act strategy: matrix: version: [8.1, 8.2] steps: - - name: Debug - run: whoami && id + - name: Install Docker + run: curl -fsSL https://get.docker.com | sh - name: Set up QEMU uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3' - name: Setup Buildx