From fd54cb244cf3378245f33d1c729a9c2986bf14d5 Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 25 Jul 2024 22:28:13 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b2821d5..77104ab 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,7 +4,11 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: ci-tools + runs-on: act-runner + container: + image: iohubdev/ci-tools:latest + volumes: + - /public:/public steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"