Skip to content

Commit

Permalink
go mod tidy before build binaries
Browse files Browse the repository at this point in the history
Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 committed Mar 4, 2024
1 parent b392baf commit 28e8953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.rhtap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.20 AS bui
WORKDIR /go/src/github.com/open-cluster-management.io/managed-serviceaccount
COPY . .
RUN go env
RUN go mod tidy && go mod vendor
RUN make build-manager
RUN make build-agent

Expand Down

0 comments on commit 28e8953

Please sign in to comment.