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 b9d0940 commit 0faf2e8Copy full SHA for 0faf2e8
.github/workflows/docker-hub.yml
@@ -87,7 +87,7 @@ jobs:
87
FROM metacall/${IMAGE_NAME}:cli-${platform_tag}
88
RUN echo "console.log('0123456789abcdef')" > script.js
89
RUN ls -la /usr/local/bin
90
- RUN metacallcli script.js | tee output.txt
+ RUN /usr/local/bin/metacallcli script.js | tee output.txt
91
RUN grep 0123456789abcdef output.txt
92
EOF
93
0 commit comments