diff --git a/systems/palatine-hill/docker/act_config.yaml b/systems/palatine-hill/docker/act_config.yaml index 0c950a7..5e255af 100644 --- a/systems/palatine-hill/docker/act_config.yaml +++ b/systems/palatine-hill/docker/act_config.yaml @@ -36,9 +36,9 @@ runner: # If it's empty when registering, it will ask for inputting labels. # If it's empty when execute `daemon`, will use labels in `.runner` file. labels: - - "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest" - - "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04" - - "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04" + - "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest-full" + - "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04-full" + - "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04-full" #cache: # Enable cache server to use actions/cache. #enabled: true