Skip to content

Commit

Permalink
Merge pull request #133 from codacy/add-custom-registry
Browse files Browse the repository at this point in the history
Fix export REGISTRY_ADDRESS env variable
  • Loading branch information
hjrocha committed Jul 11, 2024
2 parents 81963e2 + dbc063f commit 0991600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ runs:
shell: bash
run: |
if [ -n "${{ inputs.registry-address }}" ]; then
echo "REGISTRY_ADDRESS=${{ inputs.registry-address }}" >> $GITHUB_ENV
export REGISTRY_ADDRESS=${{ inputs.registry-address }}
fi
if [ "${{ inputs.run-docker-tools }}" == "true" ]; then
${{ env.CLI_SCRIPT_PATH }} \
Expand Down

0 comments on commit 0991600

Please sign in to comment.