Skip to content

Commit

Permalink
Environment variables defined in steps are not available in outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgen committed Jan 6, 2024
1 parent 98c8a84 commit 88059ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
outputs:
imageTag:
description: 'The tag of the built Docker image'
value: ${{ env.FULL_IMAGE_NAME }}
value: ghcr.io/${{ github.repository_owner }}/${{ inputs.imageName }}
runs:
using: 'composite'
steps:
Expand Down

0 comments on commit 88059ce

Please sign in to comment.