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.