Skip to content

Commit

Permalink
Update to 20240702 Docker image which sets HOME=/tmp to avoid asciido…
Browse files Browse the repository at this point in the history
…ctor-pdf permission problems with tmpfiles in home directory /
  • Loading branch information
oddhack committed Jul 4, 2024
1 parent c9eaf65 commit 5701d23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
build:
name: Build spec artifacts
runs-on: ubuntu-latest
# Refer to the build container by its SHA instead of the name, to prevent
# caching problems when updating the image.
# container: khronosgroup/docker-images:asciidoctor-spec.20240701
container: khronosgroup/docker-images@sha256:1175e55feeaca36d8c53b3628372cd371078473a162a558c3e89ffafdde40676
# Refer to the build container by its SHA instead of the name, to
# prevent caching problems when updating the image.
# container: khronosgroup/docker-images:asciidoctor-spec.20240702
container: khronosgroup/docker-images@sha256:91a1b62399f9804e17110e89d85d62e90bc8d2ad7b94a329bee87784158368a9

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5701d23

Please sign in to comment.