Skip to content

Commit 6845fa9

Browse files
committed
run with sudo
1 parent aea8677 commit 6845fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# ./free_disk_space.sh
2727
- name: Store Docker Images on /mnt/docker
2828
run: |
29-
./docker.py
29+
sudo ./docker.py
3030
- name: Login to DockerHub
3131
uses: docker/login-action@v3
3232
with:

0 commit comments

Comments
 (0)