Skip to content

Commit

Permalink
Fix build output
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx committed Oct 29, 2024
1 parent f5d3e7c commit 4f68584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ inputs:

outputs:
image-name:
value: steps.get-outputs.outputs.image-name
description: 'Name of the Docker image that was built, without tag, without tags.'
description: 'Name of the Docker image that was built, without tags.'
value: ${{ steps.get-outputs.outputs.image-name }}

runs:
using: 'composite'
Expand Down

0 comments on commit 4f68584

Please sign in to comment.