From 4f6858429eec1a478f7578a6d97a018f208bbbbb Mon Sep 17 00:00:00 2001 From: Andreas Salhus Bakseter <141913422+baksetercx@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:59:19 +0100 Subject: [PATCH] Fix build output --- build/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/action.yml b/build/action.yml index 9dcd944..f0d3240 100644 --- a/build/action.yml +++ b/build/action.yml @@ -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'