From e0fd9012ee2a410101cd19682f8c0b83f27ab7e4 Mon Sep 17 00:00:00 2001 From: dany Date: Wed, 24 Jul 2024 15:48:59 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bc54ed0..ebfec14 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: # if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') needs: Explore-Gitea-Actions container: - image: catthehacker/ubuntu:act-latest + image: docker:dind steps: - run: mkdir -p build - uses: actions/download-artifact@master