Skip to content

Commit

Permalink
Print image digest
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Sep 18, 2024
1 parent 5bd9393 commit 316daab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
needs:
- build
env:
IMAGE_NAME: ghcr.io/gardenlinux/glvd-api
IMAGE_NAME: gardenlinux/glvd-api
IMAGE_TAG: latest

steps:
Expand Down Expand Up @@ -113,6 +113,10 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
run: echo "Image pushed to ${{ steps.push-to-ghcr.outputs.registry-paths }}"

- name: Print digest
if: ${{ github.event_name != 'pull_request' }}
run: echo "Image pushed to ${{ steps.push-to-ghcr.outputs.digest }}"

dependency-submission:

runs-on: ubuntu-24.04
Expand Down

0 comments on commit 316daab

Please sign in to comment.