diff --git a/.gitea/workflows/ci-demo.yaml b/.gitea/workflows/ci-demo.yaml index 7b5124a..f144422 100644 --- a/.gitea/workflows/ci-demo.yaml +++ b/.gitea/workflows/ci-demo.yaml @@ -9,6 +9,8 @@ on: jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest 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!"