Files
hyperf-explore/.github/workflows/build.yml
yinxiaolong 81c16c3ff7
Some checks failed
Build Docker / build (push) Has been cancelled
init
2026-06-18 10:39:38 +08:00

13 lines
260 B
YAML

name: Build Docker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: cp -rf .github/workflows/Dockerfile . && docker build -t hyperf .