Skip to content

Commit 3b0b89c

Browse files
committed
update workflow
1 parent 658e0d0 commit 3b0b89c

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/build_images.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,9 @@ jobs:
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+

0 commit comments

Comments
 (0)