Create lede.yml

This commit is contained in:
Jiale Liu 2023-03-17 21:56:07 +08:00 committed by GitHub
parent cffe052a3b
commit 05d6873091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/workflows/lede.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: LEDE Docker Image
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile.lede --tag lede:$(date +%s)