Skip to content

chore(deps): Update docker/build-push-action action to v6.18.0#899

Merged
MaxymVlasov merged 1 commit intomasterfrom
renovate/docker-build-push-action-6.x
May 30, 2025
Merged

chore(deps): Update docker/build-push-action action to v6.18.0#899
MaxymVlasov merged 1 commit intomasterfrom
renovate/docker-build-push-action-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 27, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
docker/build-push-action action minor v6.15.0 -> v6.18.0 OpenSSF Scorecard

Release Notes

docker/build-push-action (docker/build-push-action)

v6.18.0

Compare Source

v6.17.0

Compare Source

[!NOTE]
Build record is now exported using the buildx history export command instead of the legacy export-build tool.

Full Changelog: docker/build-push-action@v6.16.0...v6.17.0

v6.16.0

Compare Source

Full Changelog: docker/build-push-action@v6.15.0...v6.16.0


Configuration

📅 Schedule: Branch creation - "after 4am on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the auto-update label May 27, 2025
@renovate renovate bot enabled auto-merge (squash) May 27, 2025 20:13
@renovate renovate bot added the auto-update label May 27, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented May 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@MaxymVlasov
Copy link
Copy Markdown
Collaborator

let's wait for v6.18.0

@MaxymVlasov MaxymVlasov marked this pull request as draft May 27, 2025 20:25
auto-merge was automatically disabled May 27, 2025 20:25

Pull request was converted to draft

@renovate renovate bot force-pushed the renovate/docker-build-push-action-6.x branch from dbd7cda to 5532692 Compare May 30, 2025 17:34
@renovate renovate bot changed the title chore(deps): Update docker/build-push-action action to v6.17.0 chore(deps): Update docker/build-push-action action to v6.18.0 May 30, 2025
@MaxymVlasov MaxymVlasov marked this pull request as ready for review May 30, 2025 21:03
Copilot AI review requested due to automatic review settings May 30, 2025 21:03
@MaxymVlasov MaxymVlasov merged commit 79085a6 into master May 30, 2025
44 checks passed
@MaxymVlasov MaxymVlasov deleted the renovate/docker-build-push-action-6.x branch May 30, 2025 21:04
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the pinned commit for docker/build-push-action from v6.15.0 to v6.18.0 in two workflow files to bring in the latest bug fixes and improvements.

  • Upgrades docker/build-push-action commit SHA to v6.18.0
  • Maintains existing build contexts and arguments

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/build-image.yaml Updated action SHA for release and nightly jobs
.github/workflows/build-image-test.yaml Updated action SHA for test build jobs

- name: Build and Push release
if: github.event_name != 'schedule'
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
Copy link

Copilot AI May 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider using the v6.18.0 tag instead of a raw commit SHA for better readability and to make future updates simpler.

Suggested change
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
uses: docker/build-push-action@v6.18.0

Copilot uses AI. Check for mistakes.
- name: Build and Push release
if: github.event_name != 'schedule'
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
Copy link

Copilot AI May 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] You could extract the action version into a workflow-level environment variable or use a reusable workflow to avoid repeating the same version in multiple jobs.

Suggested change
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
uses: docker/build-push-action@${{ env.BUILD_PUSH_ACTION_VERSION }} # v6.18.0

Copilot uses AI. Check for mistakes.
- name: Build if Dockerfile changed
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
Copy link

Copilot AI May 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider using the v6.18.0 tag instead of a raw commit SHA for clarity and easier future updates.

Suggested change
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
uses: docker/build-push-action@v6.18.0

Copilot uses AI. Check for mistakes.
- name: Build if Dockerfile changed
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
Copy link

Copilot AI May 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] To reduce duplication, consider centralizing the action version in a shared environment variable or reusable workflow.

Copilot uses AI. Check for mistakes.
@antonbabenko
Copy link
Copy Markdown
Owner

This PR is included in version 1.99.2 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants