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