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