Skip to content

Commit fc593a8

Browse files
authored
Merge pull request #33 from legendu-net/dclong-patch-1
Update build_images.yml
2 parents c77857f + 6c6defb commit fc593a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
df -lh
4141
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 }}
42+
./build_images.py --branch '${{ github.event.inputs.branch }}' --repo '${{ github.event.inputs.repo }}' --root-image-name '${{ github.event.inputs.root_image_name }}'
4343
cat graph.yaml
4444
docker ps
4545
df -lh

0 commit comments

Comments
 (0)