Skip to content

Commit 8e957a5

Browse files
authored
update manager binary path (#495)
1 parent 68b4544 commit 8e957a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN GIT_COMMIT=$(git rev-list -1 HEAD) && \
2626
FROM registry.redhat.io/ubi9/ubi-micro:latest AS base-env
2727

2828
WORKDIR /
29-
COPY --from=builder /workspace/manager .
29+
COPY --from=builder /workspace/manager /usr/bin/costmanagement-metrics-operator
3030
COPY --from=builder /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/ssl/certs/ca-bundle.crt
3131
COPY --from=builder /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt /etc/ssl/certs/ca-bundle.trust.crt
3232
COPY LICENSE /licenses/Apache-2.0.txt

0 commit comments

Comments
 (0)