Skip to content

Commit

Permalink
Update correct binary name for webhook
Browse files Browse the repository at this point in the history
Signed-off-by: savitaashture <[email protected]>
  • Loading branch information
savitaashture authored and openshift-merge-bot[bot] committed Nov 7, 2024
1 parent 95dec61 commit ffc7fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .konflux/dockerfiles/webhook.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG VERSION=manual-approval-gate-webhook-main

ENV KO_APP=/ko-app

COPY --from=builder /tmp/manual-approval-gate-controller ${KO_APP}/manual-approval-gate-webhook
COPY --from=builder /tmp/manual-approval-gate-webhook ${KO_APP}/manual-approval-gate-webhook

LABEL \
com.redhat.component="openshift-pipelines-manual-approval-gate-rhel8-container" \
Expand Down

0 comments on commit ffc7fec

Please sign in to comment.