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 6585e40 commit 91309b6Copy full SHA for 91309b6
.github/workflows/mcp_images.yml
@@ -20,7 +20,7 @@ jobs:
20
username: dockerpublicbot
21
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
22
- name: Build MCP Images
23
- run: >
+ run: |
24
top_level_folder=$(pwd)
25
for folder in src/*; do
26
# If folder does not contain Dockerfile, skip
0 commit comments