We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f9f35 commit f8257c6Copy full SHA for f8257c6
.github/workflows/deploy-site.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: "Build site"
24
run: |
25
podman run -it -v $(pwd):/mnt -w /mnt --userns=keep-id \
26
- quay.io/openssl-ci/docs:20240711-115832 sh -c "\
+ quay.io/openssl-ci/docs:20250205-075722 sh -c "\
27
git config --global --add safe.directory /mnt && \
28
python build.py ${{ github.event.inputs.branch }}"
29
- name: "Fix ownership"
0 commit comments