Skip to content

Commit

Permalink
ci: fix missing output on composite action (#8741)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu authored Feb 28, 2024
1 parent dd37e8b commit 0f57dde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/docker-push-variables/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ inputs:
description: "Docker image arch"

outputs:
shouldBuild:
description: "Whether to build image or not"
value: ${{ steps.ev.outputs.shouldBuild }}

sha:
description: "sha"
value: ${{ steps.ev.outputs.sha }}
Expand Down

0 comments on commit 0f57dde

Please sign in to comment.