diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 6872b86..7b8b759 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -9,6 +9,8 @@ jobs: build_act: runs-on: 'priviliged' steps: + - name: Debug + run: which docker - name: Install Docker run: curl -fsSL https://get.docker.com | sh -s - name: Set up QEMU @@ -34,8 +36,6 @@ jobs: build_php: runs-on: 'priviliged' needs: build_act - container: - image: "git.euph.dev/actions/runner-basic:latest" strategy: matrix: version: [8.1, 8.2, 8.3] @@ -66,8 +66,6 @@ jobs: build_java: runs-on: 'priviliged' needs: build_act - container: - image: "git.euph.dev/actions/runner-basic:latest" strategy: matrix: version: [8, 17, 21]