Skip to content

Commit 91309b6

Browse files
author
colinmcneil
committed
Switch folded block scalar to literal
1 parent 6585e40 commit 91309b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mcp_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
username: dockerpublicbot
2121
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
2222
- name: Build MCP Images
23-
run: >
23+
run: |
2424
top_level_folder=$(pwd)
2525
for folder in src/*; do
2626
# If folder does not contain Dockerfile, skip

0 commit comments

Comments
 (0)