Create docker.yml
parent
10da6b656b
commit
eb7c8c5f3b
|
@ -0,0 +1,13 @@
|
|||
name: Docker CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build the Docker image
|
||||
run: docker-compose build
|
Loading…
Reference in New Issue