Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add go clean in Dockerfile and action. #6895

Merged

Conversation

blackpiglet
Copy link
Contributor

@blackpiglet blackpiglet commented Sep 28, 2023

Thank you for contributing to Velero!

Please add a summary of your change

This PR is used to resolve the push Github action's failure. The failure is caused by no space left on the disk.
This PR adds go clean after the local build and the docker image build.

Does your change fix a particular issue?

Fixes #(issue)

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

@blackpiglet blackpiglet added the kind/changelog-not-required PR does not require a user changelog. Often for docs, website, or build changes label Sep 28, 2023
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #6895 (64595cc) into main (c619179) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #6895   +/-   ##
=======================================
  Coverage   60.76%   60.76%           
=======================================
  Files         247      247           
  Lines       26322    26322           
=======================================
  Hits        15995    15995           
  Misses       9190     9190           
  Partials     1137     1137           

@danfengliu danfengliu merged commit a22f28e into vmware-tanzu:main Sep 28, 2023
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/changelog-not-required PR does not require a user changelog. Often for docs, website, or build changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants