Skip to content

Commit 97bf5df

Browse files
feat: build for release
1 parent 3ad04f4 commit 97bf5df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ runs:
242242
shell: bash
243243
run: |
244244
if [ -n "${{ inputs.registry-address }}" ]; then
245-
echo "REGISTRY_ADDRESS=${{ inputs.registry-address }}" >> $GITHUB_ENV
245+
export REGISTRY_ADDRESS=${{ inputs.registry-address }}
246246
fi
247247
if [ "${{ inputs.run-docker-tools }}" == "true" ]; then
248248
${{ env.CLI_SCRIPT_PATH }} \

0 commit comments

Comments
 (0)