We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad04f4 commit 97bf5dfCopy full SHA for 97bf5df
1 file changed
action.yml
@@ -242,7 +242,7 @@ runs:
242
shell: bash
243
run: |
244
if [ -n "${{ inputs.registry-address }}" ]; then
245
- echo "REGISTRY_ADDRESS=${{ inputs.registry-address }}" >> $GITHUB_ENV
+ export REGISTRY_ADDRESS=${{ inputs.registry-address }}
246
fi
247
if [ "${{ inputs.run-docker-tools }}" == "true" ]; then
248
${{ env.CLI_SCRIPT_PATH }} \
0 commit comments