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 62c59cc commit 8a47394Copy full SHA for 8a47394
.github/workflows/build_image_all.yml
@@ -31,11 +31,11 @@ jobs:
31
32
- name: modify docker path
33
run: |
34
- systemctl stop docker
35
- mkdir -p ${{ github.workspace }}/docker
36
- mv /var/lib/docker ${{ github.workspace }}/docker
37
- ln -sf ${{ github.workspace }}/docker /var/lib/docker
38
- systemctl start docker
+ sudo systemctl stop docker
+ sudo mkdir -p ${{ github.workspace }}/docker
+ sudo mv /var/lib/docker ${{ github.workspace }}/docker
+ sudo ln -sf ${{ github.workspace }}/docker /var/lib/docker
+ sudo systemctl start docker
39
40
41
- name: Run Make
0 commit comments