Skip to content

Commit

Permalink
Update CI CN image
Browse files Browse the repository at this point in the history
  • Loading branch information
peterohanley committed Feb 13, 2025
1 parent 76afaf0 commit c8dfed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Prove MPS Components
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/rems-project/cerberus/cn@sha256:7f999b2d3126458f364bfd177edeef3a161f0b4fd306e942e07d81311f24b325
image: ghcr.io/rems-project/cerberus/cn:release
registry: ghcr.io
options: -v ${{ github.workspace }}:/data
# This action seems to override the docker image entrypoint, as a result
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Prove secure boot
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/rems-project/cerberus/cn@sha256:7f999b2d3126458f364bfd177edeef3a161f0b4fd306e942e07d81311f24b325
image: ghcr.io/rems-project/cerberus/cn:release
registry: ghcr.io
options: -v ${{ github.workspace }}:/data
# This action seems to override the docker image entrypoint, as a result
Expand Down

0 comments on commit c8dfed2

Please sign in to comment.