fix: fix CI warnings (#560)

This commit is contained in:
ZhengLin Li 2023-01-11 22:46:08 -08:00 committed by GitHub
parent 027737b89c
commit 2fabb62992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -86,14 +86,12 @@ jobs:
if [ ${old_array[0]} != ${new_array[0]} ]
then
echo ::set-output name=push::'true'
echo "push='true'" >> GITHUB_OUTPUT
elif [ ${old_array[1]} != ${new_array[1]} ]
then
echo ::set-output name=push::'true'
echo "push='true'" >> GITHUB_OUTPUT
else
echo ::set-output name=push::'false'
echo "push='false'" >> GITHUB_OUTPUT
fi
- name: Log in to Docker Hub