Skip to content

Commit

Permalink
Merge pull request KhronosGroup#576 from gmlueck/gmlueck/docker-image…
Browse files Browse the repository at this point in the history
…-sha

Reference Docker Hub image by SHA
  • Loading branch information
gmlueck authored Jul 2, 2024
2 parents 4e85d3f + d2c405e commit 3fa9c77
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Use Khronos container with asciidoctor toolchain preinstalled
container: khronosgroup/docker-images:asciidoctor-spec
# Use the Khronos container with the asciidoctor toolchain preinstalled. We
# reference the image its SHA rather than its tag because they sometimes
# overwrite a tag with a different image (which has a different SHA). This
# SHA corresponds to tag "asciidoctor-spec.20240701".
container: khronosgroup/docker-images@sha256:1175e55feeaca36d8c53b3628372cd371078473a162a558c3e89ffafdde40676

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 3fa9c77

Please sign in to comment.