Build neo4j docker image on Github

This commit is contained in:
roschaefer 2020-06-04 13:43:13 +02:00
parent 0eb108a2b2
commit f26f83d5ef

19
.github/workflows/cd.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Continuous deployment
on:
push:
branches: [ master ]
jobs:
build:
name: Build and push docker image
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive
- name: Build and push Docker images
uses: docker/build-push-action@v1.1.0
with:
path: fyphe_O/neo4j/