Skip to content

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil committed Jun 11, 2022
1 parent 79bd38d commit c1cd2ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-multi-arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2

- name: Clean up stale docker images
run: sudo docker image prune -f
run: docker image prune -f

- name: Build
run: make docker all
Expand All @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v2

- name: Clean up stale docker images
run: sudo docker image prune -f
run: docker image prune -f

- name: Build
run: make docker all
run: make docker all

0 comments on commit c1cd2ac

Please sign in to comment.