Skip to content

Commit

Permalink
Print image digest
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Nov 26, 2024
1 parent 7fc4a80 commit 2438f15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Print image url
- name: Print image details
if: ${{ github.event_name != 'pull_request' }}
run: echo "Image pushed to ${{ steps.push-to-ghcr.outputs.registry-paths }}"
run: |
echo "Image pushed to ${{ steps.push-to-ghcr.outputs.registry-paths }}"
echo "Digest ${{ steps.push-to-ghcr.outputs.digest }}"

0 comments on commit 2438f15

Please sign in to comment.