From 748a1be86757eb4bb7073d3f384712dcae554f7b Mon Sep 17 00:00:00 2001 From: Jared Kling Date: Mon, 8 Dec 2025 17:19:31 -0600 Subject: [PATCH] Use container field to set the image to run in --- .gitea/workflows/sample.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/sample.yaml b/.gitea/workflows/sample.yaml index 81864f1..ae60593 100644 --- a/.gitea/workflows/sample.yaml +++ b/.gitea/workflows/sample.yaml @@ -4,7 +4,8 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: node:latest + runs-on: ubuntu-latest + container: node: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!"