hyperf/.github/workflows/build.yml
想打瞌睡 6c5a7eb472 init
2024-06-21 16:56:37 +09: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 .