Skip to content

Commit

Permalink
fixing outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson committed Nov 12, 2023
1 parent 460f2c2 commit 6eb21c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
outputs:
branch:
description: "The name of the branch"
value: ${{ jobs.branch-name.outputs.current_branch }}
value: ${{ steps.branch-name.outputs.current_branch }}
image:
description: "The fully qualified built image"
value: ${{ jobs.image-tag.outputs.image }}
value: ${{ steps.image-tag.outputs.image }}
image-tag:
description: "The tag component of the image"
value: ${{ jobs.image-tag.outputs.tag }}
value: ${{ steps.image-tag.outputs.tag }}

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 6eb21c6

Please sign in to comment.