From 436867b27d8a7e55230583feb7059a5188ec08de Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Mon, 11 Aug 2025 14:31:28 +0200 Subject: [PATCH] make image explicit --- workflows/list-files-and-path.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/list-files-and-path.yml b/workflows/list-files-and-path.yml index ee138c8..996062a 100644 --- a/workflows/list-files-and-path.yml +++ b/workflows/list-files-and-path.yml @@ -7,7 +7,7 @@ on: jobs: echo-path: - runs-on: ubuntu-latest + runs-on: ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest steps: - uses: https://git.phyllo.me/actions/checkout@v4 with: