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

Bump docker/build-push-action to v6 #5747

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lowc1012
Copy link
Contributor

@lowc1012 lowc1012 commented Sep 14, 2024

Tracking issue

N/A

Why are the changes needed?

  1. Generate a job summary in GHA for your build that outlines the execution and materials used. It improves the visibility & readability for build information. (By default, it will generate summary and upload the build record archive to GitHub. We can disable them via "DOCKER_BUILD_SUMMARY" and "DOCKER_BUILD_RECORD_UPLOAD" env variables.)

  2. Remove the warning "The following actions use a deprecated Node.js version and will be forced to run on node20"

  3. refs:
    https://www.docker.com/blog/new-beta-feature-deep-dive-into-github-actions-docker-builds-with-docker-desktop/
    https://docs.docker.com/build/ci/github-actions/build-summary

What changes were proposed in this pull request?

Use the latest docker/build-push-action

How was this patch tested?

test in ci
image

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

Copy link

codecov bot commented Sep 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.21%. Comparing base (59bf191) to head (76e3d65).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5747      +/-   ##
==========================================
- Coverage   36.21%   36.21%   -0.01%     
==========================================
  Files        1303     1303              
  Lines      109644   109644              
==========================================
- Hits        39710    39709       -1     
- Misses      65810    65811       +1     
  Partials     4124     4124              
Flag Coverage Δ
unittests-datacatalog 51.37% <ø> (ø)
unittests-flyteadmin 55.60% <ø> (ø)
unittests-flytecopilot 12.17% <ø> (ø)
unittests-flytectl 62.21% <ø> (ø)
unittests-flyteidl 7.12% <ø> (ø)
unittests-flyteplugins 53.35% <ø> (ø)
unittests-flytepropeller 41.75% <ø> (ø)
unittests-flytestdlib 55.19% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant