File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 1818 build_docker_images :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v5
2222 with :
2323 ref : refs/heads/main
24- # - name: Free Disk Space
25- # run: |
26- # ./free_disk_space.sh
27- - name : Store Docker Images on /mnt/docker
28- run : |
29- sudo ./config_docker.py
3024 - name : Login to DockerHub
3125 uses : docker/login-action@v3
3226 with :
@@ -36,11 +30,13 @@ jobs:
3630 run : |
3731 curl -LsSf https://astral.sh/uv/install.sh | sudo env UV_INSTALL_DIR="/usr/local/bin" sh
3832 which uv
33+ - name : Store Docker Images on /mnt/docker
34+ run : |
35+ sudo ./config_docker.py
3936 - name : Build Docker Images
4037 run : |
41- #df -lh
42- #docker ps
38+ docker images
4339 ./build_images.py --branch '${{ github.event.inputs.branch }}' --repo '${{ github.event.inputs.repo }}' --root-image-name '${{ github.event.inputs.root_image_name }}'
4440 cat graph.yaml
45- # docker ps
46- #df -lh
41+ docker images
42+
You can’t perform that action at this time.
0 commit comments