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.
2 parents c77857f + 6c6defb commit fc593a8Copy full SHA for fc593a8
.github/workflows/build_images.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
df -lh
41
docker ps
42
- ./build_images.py --branch ${{ github.event.inputs.branch }} --repo ${{ github.event.inputs.repo }} --root-image-name ${{ github.event.inputs.root_image_name }}
+ ./build_images.py --branch '${{ github.event.inputs.branch }}' --repo '${{ github.event.inputs.repo }}' --root-image-name '${{ github.event.inputs.root_image_name }}'
43
cat graph.yaml
44
45
0 commit comments