Files
hyperf-explore/.github/workflows/build.yml
yinxiaolong 9d18f41705
All checks were successful
Build Docker / build (push) Successful in 4s
chore: 移除发布工作流及Dockerfile,
2026-06-18 18:58:19 +08:00

16 lines
372 B
YAML

name: Build Docker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set git proxy
run: |
git config --global http.proxy http://10.255.0.1:7890
git config --global https.proxy http://10.255.0.1:7890
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: ls -la