Skip to content

Commit e5f4656

Browse files
committed
copy binaries to PATH bin
1 parent 4f14922 commit e5f4656

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,8 @@ jobs:
124124
125125
FROM alpine
126126
ARG TARGETARCH
127-
COPY --from=builder /restatectl-${TARGETARCH}/*/restatectl /
128-
COPY --from=builder /restate-cli-${TARGETARCH}/*/* /
129-
ENV PATH=/restate:/restatectl:$PATH
127+
COPY --from=builder /restate-cli-${TARGETARCH}/*/restate /usr/local/bin/restate
128+
COPY --from=builder /restatectl-${TARGETARCH}/*/restatectl /usr/local/bin/restatectl
130129
ENTRYPOINT [ "restate" ]
131130
EOF
132131

0 commit comments

Comments
 (0)