From 5701d237ba5f73d64fa6d45b7b015d1e8f1820e2 Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Wed, 3 Jul 2024 21:05:46 -0700 Subject: [PATCH] Update to 20240702 Docker image which sets HOME=/tmp to avoid asciidoctor-pdf permission problems with tmpfiles in home directory / --- .github/workflows/presubmit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index f0fd7f01..5e9134cb 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -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