use updated URLs (#21)

Reviewed-on: https://gitea.com/gitea/runner-images/pulls/21
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-committed-by: techknowlogick <techknowlogick@noreply.gitea.com>
This commit is contained in:
techknowlogick
2025-03-01 20:21:34 +00:00
committed by Lunny Xiao
parent 60a1b86e86
commit d73ae5bd4f
+3 -3
View File
@@ -65,9 +65,9 @@ If you have already installed a runner which uses `node:16-*` or `node:20-*` as
runner:
# ...
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://docker.gitea.com/runner-images:ubuntu-latest"
- "ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04"
- "ubuntu-20.04:docker://docker.gitea.com/runner-images:ubuntu-20.04"
container:
# ...