diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 04455ef..b0ad2e4 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -9,6 +9,8 @@ jobs: build_act: runs-on: 'priviliged' steps: + - 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 @@ -34,7 +36,7 @@ jobs: needs: build_act strategy: matrix: - version: [81, 82, 83] + version: [8.1, 8.2, 8.3] steps: - name: Install Docker run: curl -fsSL https://get.docker.com | sh