Skip to content

Commit 3369991

Browse files
Wouittonetillrohrmann
authored andcommitted
Complete PATH in restate-cli image
copy binaries to PATH bin
1 parent 302792c commit 3369991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-push-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ jobs:
124124
125125
FROM alpine
126126
ARG TARGETARCH
127-
COPY --from=builder /restatectl-${TARGETARCH}/*/restatectl /
128-
COPY --from=builder /restate-cli-${TARGETARCH}/*/* /
129-
ENTRYPOINT [ "/restate" ]
127+
COPY --from=builder /restate-cli-${TARGETARCH}/*/restate /usr/local/bin/restate
128+
COPY --from=builder /restatectl-${TARGETARCH}/*/restatectl /usr/local/bin/restatectl
129+
ENTRYPOINT [ "restate" ]
130130
EOF
131131
132132
- name: Build and push multiplatform image

0 commit comments

Comments
 (0)