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 71ddcb1 commit 1176945Copy full SHA for 1176945
.github/workflows/package_and_push.yml
@@ -37,7 +37,7 @@ jobs:
37
ref: ${{ github.ref_name }}
38
- name: Install ossutil
39
run: |
40
- curl https://gosspublic.alicdn.com/ossutil/install.sh | sh
+ curl https://gosspublic.alicdn.com/ossutil/install.sh | bash
41
- name: Prepare package files
42
env:
43
TAG_NAME: ${{ github.event.inputs.dockerImageTag }}
@@ -138,3 +138,4 @@ jobs:
138
fi
139
140
141
+
0 commit comments