Skip to content

Commit

Permalink
Fix Containerfile for CI when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Sep 26, 2023
1 parent 40e0f62 commit 31aaaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/Containerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ LABEL io.k8s.display-name="OPCT" \
io.opct.tags="opct,conformance,openshift,tests,e2e" \
io.opct.os="linux" io.opct.arch="amd64"

COPY ./openshift-provider-cert-linux-amd64 /usr/bin/
COPY ./build/opct-linux-amd64 /usr/bin/

CMD ["/usr/bin/openshift-provider-cert-linux-amd64"]
CMD ["/usr/bin/opct-linux-amd64"]

0 comments on commit 31aaaed

Please sign in to comment.