Move Setup
Some checks failed
Build Runner Go / build_go (push) Blocked by required conditions
Build Runner csharp / build_csharp (6) (push) Failing after 17s
Build Runner csharp / build_csharp (8) (push) Failing after 18s
Build Runner Godot / build_godot (4.2.2) (push) Failing after 19s
Build Runner Java / build_java (17) (push) Failing after 18s
Build Runner Base / build_act (push) Failing after 26s
Build Runner Java / build_java (8) (push) Failing after 18s
Build Runner JS / build_lua (latest) (push) Failing after 17s
Build Runner Java / build_java (21) (push) Failing after 18s
Build Runner Lua / build_lua (5.1) (push) Failing after 18s
Build Runner Lua / build_lua (5.2) (push) Failing after 16s
Build Runner Lua / build_lua (5.3) (push) Failing after 18s
Build Runner Php / build_php (8.2) (push) Failing after 18s
Build Runner Lua / build_lua (5.4) (push) Failing after 19s
Build Runner Php / build_php (8.3) (push) Failing after 19s
Build Runner Redot / build_redot (4.3) (push) Failing after 14s
Some checks failed
Build Runner Go / build_go (push) Blocked by required conditions
Build Runner csharp / build_csharp (6) (push) Failing after 17s
Build Runner csharp / build_csharp (8) (push) Failing after 18s
Build Runner Godot / build_godot (4.2.2) (push) Failing after 19s
Build Runner Java / build_java (17) (push) Failing after 18s
Build Runner Base / build_act (push) Failing after 26s
Build Runner Java / build_java (8) (push) Failing after 18s
Build Runner JS / build_lua (latest) (push) Failing after 17s
Build Runner Java / build_java (21) (push) Failing after 18s
Build Runner Lua / build_lua (5.1) (push) Failing after 18s
Build Runner Lua / build_lua (5.2) (push) Failing after 16s
Build Runner Lua / build_lua (5.3) (push) Failing after 18s
Build Runner Php / build_php (8.2) (push) Failing after 18s
Build Runner Lua / build_lua (5.4) (push) Failing after 19s
Build Runner Php / build_php (8.3) (push) Failing after 19s
Build Runner Redot / build_redot (4.3) (push) Failing after 14s
This commit is contained in:
parent
0b05059075
commit
469f2d1a3e
1 changed files with 7 additions and 3 deletions
|
@ -12,15 +12,19 @@ jobs:
|
|||
runs-on: "docker"
|
||||
container:
|
||||
image: docker:27.5.1-alpine3.21
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
services:
|
||||
docker:
|
||||
image: docker:27.5.1-dind-alpine3.21
|
||||
options: --privileged --volume /var/run/docker.sock:/var/run/docker.sock
|
||||
options: --privileged
|
||||
env:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
steps:
|
||||
- name: Docker PS
|
||||
run: docker ps
|
||||
- name: A
|
||||
run: |
|
||||
apk add net-tools
|
||||
netstat -tuln
|
||||
- name: Install Node
|
||||
run: apk add nodejs
|
||||
- name: Set up QEMU
|
||||
|
|
Loading…
Add table
Reference in a new issue