Skip to content

Commit

Permalink
fix: minor styling fix on publish-image action
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed May 9, 2024
1 parent 88451cb commit d93d2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
default: "false"
outputs:
image_sha:
value: ${{ inputs.image}}@${{ steps.build-and-push.outputs.digest }}
value: ${{ inputs.image }}@${{ steps.build-and-push.outputs.digest }}
description: The publish image with digest

runs:
Expand Down

0 comments on commit d93d2ff

Please sign in to comment.