Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jul 17, 2024
1 parent 1f73846 commit 118e5d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/build-dep-image-with-apko/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ inputs:
default: 'false'
required: false

outputs:
digest:
value: ${{ steps.apko-publish.outputs.digest }}
description: |
The digest of the published container image.
runs:
using: "composite"
steps:
Expand All @@ -41,6 +47,7 @@ runs:
fi
- uses: chainguard-images/actions/apko-publish@main
id: apko-publish
if: ${{ inputs.overwrite == 'true' || steps.check-image-exists.outputs.image-exists == 'false' }}
with:
config: ${{ inputs.apko-config }}
Expand Down

0 comments on commit 118e5d5

Please sign in to comment.