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