add GitHub Actions CI

This commit is contained in:
Dmitry Belyaev 2019-09-04 10:45:29 +03:00 committed by Dmitry Belyaev
parent ccf4b1a095
commit 91578a9f77
1 changed files with 22 additions and 0 deletions

22
.github/workflows/dockerimage.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Docker Image CI
on:
push:
branches:
- master
- edge
pull_request:
branches:
- master
- edge
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag b4tman/armhf-alpine-qemu:$(date +%s)