Skip to content

Commit 03168ee

Browse files
authored
Add image digest to image signing step
1 parent 828608e commit 03168ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-spring-boot-build-publish-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ jobs:
246246
with:
247247
image: ${{ steps.set-image-name.outputs.image-name }}:${{ steps.set-image-tag.outputs.image-tag }}"
248248
subject: ${{ github.event.repository.name }}
249+
digest: ${{ jobs.build-publish-image.outputs.image-digest }}
250+
249251

250252
notify-on-errors:
251253
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)