From 0134388fb382c8da907bed6b637ff2ee66719ba7 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Fri, 26 Apr 2024 22:33:21 +0000 Subject: [PATCH] .gitea/workflows/action.yml aktualisiert --- .gitea/workflows/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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