misc: github actions CI test
This commit is contained in:
parent
da823c3151
commit
33669e1ab2
18
.github/workflows/dockerimage.yml
vendored
Normal file
18
.github/workflows/dockerimage.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: Docker Image CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
timeout-minutes: 30
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Build the Docker image
|
||||||
|
run: docker build . --file dev/build/Dockerfile -t requarks/wiki:dev
|
Loading…
Reference in New Issue
Block a user