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 aea8677 commit 6845fa9Copy full SHA for 6845fa9
.github/workflows/build_images.yml
@@ -26,7 +26,7 @@ jobs:
26
# ./free_disk_space.sh
27
- name: Store Docker Images on /mnt/docker
28
run: |
29
- ./docker.py
+ sudo ./docker.py
30
- name: Login to DockerHub
31
uses: docker/login-action@v3
32
with:
0 commit comments