diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 68df9c611..65c21eb75 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -23,7 +23,7 @@ jobs: - name: "Build site" run: | podman run -it -v $(pwd):/mnt -w /mnt --userns=keep-id \ - quay.io/openssl-ci/docs:20240711-115832 sh -c "\ + quay.io/openssl-ci/docs:20250205-075722 sh -c "\ git config --global --add safe.directory /mnt && \ python build.py ${{ github.event.inputs.branch }}" - name: "Fix ownership"