Skip to content

Commit 6949c07

Browse files
Merge pull request #4 from higgsfield-ai/kuanysh-beisembayev-patch-1
fix output
2 parents 36a9ec4 + d78dd06 commit 6949c07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515

1616
outputs:
1717
image:
18-
description: "The built Docker image URI"
18+
value: ${{ steps.build-and-push.outputs.image }}
1919

2020
runs:
2121
using: "composite"
@@ -42,3 +42,4 @@ runs:
4242
docker build . -t $IMAGE -f docker/Dockerfile
4343
docker push $IMAGE
4444
echo "image=$IMAGE" >> $GITHUB_OUTPUT
45+
id: build-and-push

0 commit comments

Comments
 (0)