chore(deps): update docker/build-push-action action to v6.19.0#452
chore(deps): update docker/build-push-action action to v6.19.0#452renovate[bot] merged 1 commit intomainfrom
Conversation
WalkthroughThis PR updates the Docker build-push-action dependency in the GitHub Actions workflow from version v6.18.0 to v6.19.0. The update modifies the commit SHA reference to point to the latest version while maintaining identical functionality. This is a standard dependency maintenance update that ensures the workflow benefits from the latest improvements, bug fixes, and potential security patches available in the newer version of the action. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant Workflow as GitHub Actions Workflow
participant Meta as Metadata Step
participant BuildAction as Docker Build-Push Action v6.19.0
participant Registry as Docker Registry
Note over BuildAction: Version updated from v6.18.0 to v6.19.0
Workflow->>Meta: Execute metadata step
Meta-->>Workflow: Generate tags
Workflow->>BuildAction: Trigger build (id: build)
activate BuildAction
BuildAction->>BuildAction: Build Docker image
Note over BuildAction,Registry: push: true enabled
BuildAction->>Registry: Push Docker image with tags
Note right of Registry: Tags from steps.meta.outputs.tags
Registry-->>BuildAction: Push confirmation
deactivate BuildAction
BuildAction-->>Workflow: Build complete
🔗 Cross-Repository Impact AnalysisEnable automatic detection of breaking changes across your dependent repositories. → Set up now Learn more about Cross-Repository AnalysisWhat It Does
How to Enable
Benefits
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #452 +/- ##
=======================================
Coverage 92.41% 92.41%
=======================================
Files 15 15
Lines 725 725
=======================================
Hits 670 670
Misses 46 46
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Released in v1.2.0 |
This PR contains the following updates:
v6.18.0→v6.19.0Release Notes
docker/build-push-action (docker/build-push-action)
v6.19.0Compare Source
github.comby @crazy-max in #1451Full Changelog: docker/build-push-action@v6.18.0...v6.19.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.