diff --git a/action.yml b/action.yml index e0ed6a9..6fa8795 100644 --- a/action.yml +++ b/action.yml @@ -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 }} \