Skip to content

Commit

Permalink
correcting branch output
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson committed Nov 12, 2023
1 parent 68a3782 commit 12a80c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
outputs:
branch:
description: "The name of the branch"
value: ${{ jobs.build-and-push.outputs.current_branch }}
value: ${{ jobs.build-and-push.outputs.branch }}
image:
description: "The fully qualified built image"
value: ${{ jobs.build-and-push.outputs.image }}
Expand Down

0 comments on commit 12a80c1

Please sign in to comment.