config runner changes
Some checks failed
Auto Deploy Flask with Docker / deploy (push) Failing after 0s

This commit is contained in:
annous246 2025-08-07 21:55:32 +01:00
parent d278cc7b4e
commit 214b91b7a0

View File

@ -35,9 +35,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"
#- "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
#- "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
- "self-hosted:docker"
cache:
# Enable cache server to use actions/cache.