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 1176945 commit aa81a8aCopy full SHA for aa81a8a
.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 | bash
+ sudo -v ; curl https://gosspublic.alicdn.com/ossutil/install.sh | sudo bash
41
- name: Prepare package files
42
env:
43
TAG_NAME: ${{ github.event.inputs.dockerImageTag }}
@@ -139,3 +139,4 @@ jobs:
139
140
141
142
+
0 commit comments