Skip to content

Commit 6cacde8

Browse files
committed
bump container image tag
1 parent 224c8c5 commit 6cacde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 1 deletion
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:20240706-200401 sh -c "\
26+
quay.io/openssl-ci/docs:20240711-115101 sh -c "\
2727
git config --global --add safe.directory /mnt && \
2828
python build.py ${{ github.event.inputs.branch }}"
2929
- name: "Push branch"

0 commit comments

Comments
 (0)