diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index e554e4f..473049e 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -21,6 +21,11 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} steps: + - name: Add safe directory + shell: bash + run: | + git config --global --add safe.directory /__w/jahia-base-demo-templates/jahia-base-demo-templates + # Providing the SSH PRIVATE of a user part of an admin group # is necessary to bypass PR checks - uses: actions/checkout@v3