Dockerfile/.github/workflows/lede.yml
2023-03-17 21:56:07 +08:00

16 lines
295 B
YAML

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)