labels are set in registration initcontainer

This commit is contained in:
Tobias Brunner 2024-02-08 21:49:31 +01:00
parent f5bae6937a
commit eef09f9bc2
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -34,12 +34,7 @@ data:
# Like: ["macos-arm64:host", "ubuntu-latest:docker://node:16-bullseye", "ubuntu-22.04:docker://node:16-bullseye"]
# If it's empty when registering, it will ask for inputting labels.
# If it's empty when execute `deamon`, will use labels in `.runner` file.
labels:
- "ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest"
- "ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
- "ubuntu-20.04:docker://ghcr.io/catthehacker/ubuntu:act-20.04"
- "cth-ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest"
- "docker:docker://node:20-bookworm"
labels: ""
cache:
# Enable cache server to use actions/cache.