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:
committed by
Lunny Xiao
parent
60a1b86e86
commit
d73ae5bd4f
@@ -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:
|
||||
# ...
|
||||
|
||||
Reference in New Issue
Block a user