Files
hyperf-explore/.github/workflows/build.yml
yinxiaolong 07ca27f12e
Some checks failed
Build Docker / build (push) Failing after 0s
chore: 移除发布工作流及Dockerfile,
2026-06-18 18:39:36 +08:00

15 lines
270 B
YAML

name: Build Docker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: test
- run: curl -x http://10.255.0.1:7890 ip.sb
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: ls -la