Skip to content

Commit 7db8da8

Browse files
committed
fix: copy rdu files to correct location
1 parent 0ce857e commit 7db8da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-deployment-cleanup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/s
2929
&& rm get_helm.sh
3030

3131
# Copy the rdu binary from builder stage
32-
COPY --from=builder /go/bin/rdu /usr/local/bin/rdu
32+
COPY --from=builder /app/build/renku-dev-utils /usr/local/bin/rdu
3333

3434
# Make rdu executable
3535
RUN chmod +x /usr/local/bin/rdu

0 commit comments

Comments
 (0)