From b3db08ab16b79b4ea906a77035fa08204e223a5e Mon Sep 17 00:00:00 2001 From: Francois G Date: Mon, 15 Apr 2024 16:00:11 +0200 Subject: [PATCH] BACKLOG-22554: Fixed an issue with the release pipeline --- .github/workflows/on-release.yml | 5 +++++ 1 file changed, 5 insertions(+) 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