From 697f7aba9b93a09f5648de5d655712e7c74f000c Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Sun, 25 May 2025 14:33:44 +0200 Subject: [PATCH] test --- .gitea/workflows/list_cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/list_cache.yaml b/.gitea/workflows/list_cache.yaml index 9f4153d..a5145c8 100644 --- a/.gitea/workflows/list_cache.yaml +++ b/.gitea/workflows/list_cache.yaml @@ -12,7 +12,7 @@ jobs: # Define the container that runs your steps container: - image: ubuntu-latest # A common image used with act-runner, or your custom image + image: ubuntu:latest # A common image used with act-runner, or your custom image volumes: # Map the persistent 'act-toolcache' Docker volume from your host # to the /toolcache path inside this job container.