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 cc639a7 commit 1c312b4Copy full SHA for 1c312b4
.github/workflows/build_images.yml
@@ -33,10 +33,15 @@ jobs:
33
- name: Store Docker Images on /mnt/docker
34
run: |
35
sudo ./config_docker.py
36
- - name: Build Docker Images
+ - name: Show Docker Images
37
38
docker images
39
+ - name: Build Docker Images
40
+ run: |
41
./build_images.py --branch '${{ github.event.inputs.branch }}' --repo '${{ github.event.inputs.repo }}' --root-image-name '${{ github.event.inputs.root_image_name }}'
42
+ - name: Show Building Graph
43
44
cat graph.yaml
45
46
47
-
0 commit comments