Skip to content

Commit 0faf2e8

Browse files
committed
Use the binary on docker hub.
1 parent b9d0940 commit 0faf2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
FROM metacall/${IMAGE_NAME}:cli-${platform_tag}
8888
RUN echo "console.log('0123456789abcdef')" > script.js
8989
RUN ls -la /usr/local/bin
90-
RUN metacallcli script.js | tee output.txt
90+
RUN /usr/local/bin/metacallcli script.js | tee output.txt
9191
RUN grep 0123456789abcdef output.txt
9292
EOF
9393

0 commit comments

Comments
 (0)