Skip to content

Commit

Permalink
list image digests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirving committed Nov 15, 2023
1 parent c7e3044 commit ec567dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:

- name: Load docker image
# Because of limitations in Docker buildx (which underlies the build-and-push-to-ghcr action),
# we can't both push the Docker image and have it available locally in the same build action.
# we can't both push the Docker image and make it available locally in the same build action.
# So we have to go pull it from the registry before using it here.
# See https://github.com/docker/build-push-action/issues/906#issuecomment-1686036330
run: |
docker pull ghcr.io/${{ github.repository }}@${{ steps.build.outputs.imageid }}
docker images
docker images --digests
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit ec567dc

Please sign in to comment.