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 0ce857e commit 7db8da8Copy full SHA for 7db8da8
ci-deployment-cleanup/Dockerfile
@@ -29,7 +29,7 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/s
29
&& rm get_helm.sh
30
31
# Copy the rdu binary from builder stage
32
-COPY --from=builder /go/bin/rdu /usr/local/bin/rdu
+COPY --from=builder /app/build/renku-dev-utils /usr/local/bin/rdu
33
34
# Make rdu executable
35
RUN chmod +x /usr/local/bin/rdu
0 commit comments