Skip to content

Commit

Permalink
Update build-docker-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Oct 13, 2024
1 parent 4968520 commit facd966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Get image digest
id: image-digest
run: |
DIGEST=$(docker inspect "ghcr.io/pyca/${{ matrix.IMAGE.TAG_NAME }}")
DIGEST=$(docker inspect --format="{{ .RepoDigests }}" "ghcr.io/pyca/${{ matrix.IMAGE.TAG_NAME }}")
echo "DIGEST=${DIGEST}" | tee -a "$GITHUB_OUTPUT"
- name: Login to docker
run: 'docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" ghcr.io'
Expand Down

0 comments on commit facd966

Please sign in to comment.