From f26f83d5ef1572f052507e969a2528e375de04e9 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Thu, 4 Jun 2020 13:43:13 +0200 Subject: [PATCH] Build neo4j docker image on Github --- .github/workflows/cd.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/cd.yml diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml new file mode 100644 index 0000000..ed3cfcb --- /dev/null +++ b/.github/workflows/cd.yml @@ -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/