Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Sep 11, 2020
1 parent 11e8478 commit cc30f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
export file=${tar_file}
docker save ${{ github.event.inputs.img }} -o ${file}
fi
echo "to upload: ${file}"
curl http://gosspublic.alicdn.com/ossutil/1.6.19/ossutil64 -o ossutil64
chmod 755 ossutil64
./ossutil64 config -e ${{ github.event.inputs.ossEndpoint }} -i ${{ github.event.inputs.accessKeyID }} -k ${{ github.event.inputs.accessKeySecret }} -L EN -c $HOME/.ossutilconfig
Expand Down

0 comments on commit cc30f13

Please sign in to comment.