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 302792c commit 3369991Copy full SHA for 3369991
.github/workflows/docker-push-release.yml
@@ -124,9 +124,9 @@ jobs:
124
125
FROM alpine
126
ARG TARGETARCH
127
- COPY --from=builder /restatectl-${TARGETARCH}/*/restatectl /
128
- COPY --from=builder /restate-cli-${TARGETARCH}/*/* /
129
- ENTRYPOINT [ "/restate" ]
+ COPY --from=builder /restate-cli-${TARGETARCH}/*/restate /usr/local/bin/restate
+ COPY --from=builder /restatectl-${TARGETARCH}/*/restatectl /usr/local/bin/restatectl
+ ENTRYPOINT [ "restate" ]
130
EOF
131
132
- name: Build and push multiplatform image
0 commit comments