From 6d061ec02d0ff37591fedcfc67af1e4f6dff59f3 Mon Sep 17 00:00:00 2001 From: dany Date: Wed, 24 Jul 2024 15:50:21 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ebfec14..efc7d5b 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: docker:dind + image: catthehacker/ubuntu:act-latest steps: - run: mkdir -p build - uses: actions/download-artifact@master @@ -42,4 +42,5 @@ jobs: uses: docker/setup-qemu-action@master - name: Set up Docker Buildx uses: docker/setup-buildx-action@master - - run: echo "Generate release" \ No newline at end of file + - run: echo "Generate release" + - run: docker info \ No newline at end of file