Skip to content

Commit f8257c6

Browse files
committed
bump container image tag
1 parent 29f9f35 commit f8257c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-site.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: "Build site"
2424
run: |
2525
podman run -it -v $(pwd):/mnt -w /mnt --userns=keep-id \
26-
quay.io/openssl-ci/docs:20240711-115832 sh -c "\
26+
quay.io/openssl-ci/docs:20250205-075722 sh -c "\
2727
git config --global --add safe.directory /mnt && \
2828
python build.py ${{ github.event.inputs.branch }}"
2929
- name: "Fix ownership"

0 commit comments

Comments
 (0)