From 12a80c12b1fea620f8036a6030771b3841aa7725 Mon Sep 17 00:00:00 2001 From: Michael Richardson Date: Sun, 12 Nov 2023 21:26:32 +1000 Subject: [PATCH] correcting branch output --- .github/workflows/build-and-push-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml index fcfb805..aaaec15 100644 --- a/.github/workflows/build-and-push-image.yaml +++ b/.github/workflows/build-and-push-image.yaml @@ -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 }}