Fix git clone recursive in workflow

pull/186/head
Vincent Emonet 3 years ago committed by Thomas Tanon
parent 56c3bc6347
commit 0fce30d7c6
  1. 4
      .github/workflows/docker.yml

@ -1,4 +1,4 @@
name: Publish Oxigraph server image
name: Publish Docker image
on:
workflow_dispatch:
@ -20,6 +20,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Login to GitHub Container Registry
uses: docker/login-action@v1

Loading…
Cancel
Save