Skip to content

Commit

Permalink
bump container image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
quarckster committed Jul 11, 2024
1 parent d1ddb40 commit b266a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-115101 sh -c "\
quay.io/openssl-ci/docs:20240711-115832 sh -c "\
git config --global --add safe.directory /mnt && \
python build.py ${{ github.event.inputs.branch }}"
- name: "Push branch"
Expand Down

0 comments on commit b266a0d

Please sign in to comment.