Skip to content

chore(deps): bump useblacksmith/build-push-action from 1 to 2#15

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/useblacksmith/build-push-action-2
Open

chore(deps): bump useblacksmith/build-push-action from 1 to 2#15
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/useblacksmith/build-push-action-2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Aug 5, 2025

Bumps useblacksmith/build-push-action from 1 to 2.

Release notes

Sourced from useblacksmith/build-push-action's releases.

v2 - Breaking Change: Requires setup-docker-builder

⚠️ BREAKING CHANGE

This is a major breaking change from v1. The build-push-action now requires the use of useblacksmith/setup-docker-builder@v1 action before it can be used.

What's Changed

  • Removed: All buildkit setup and stickydisk management functionality has been removed from this action
  • Removed: The action no longer handles buildkit lifecycle management (setup/teardown)
  • New Requirement: You MUST use useblacksmith/setup-docker-builder@v1 before using this action

Migration Guide

Before (v1):

- name: Build and push
  uses: useblacksmith/build-push-action@v1
  with:
    push: true
    tags: user/app:latest

After (v2):

- name: Setup Docker Builder
  uses: useblacksmith/setup-docker-builder@v1

name: Build and push
uses: useblacksmith/build-push-action@v2
with:
push: true
tags: user/app:latest

Why This Change?

The separation of concerns provides better modularity:

  • setup-docker-builder handles all buildkit and stickydisk management
  • build-push-action focuses solely on Docker builds and metrics reporting

What This Action Now Does

  • Runs Docker builds against the Blacksmith builder (set up by setup-docker-builder)
  • Reports Docker metrics to the Blacksmith control plane
  • All other Docker build functionality remains the same

⚠️ Attempting to use v2 without first running setup-docker-builder will result in build failures.

v1.2

What's Changed

... (truncated)

Commits
  • c213746 Merge pull request #127 from useblacksmith/refactor/remove-buildkit-management
  • 6eb4580 chore: comment out bump tags workflow to prevent breaking changes
  • 7bff203 fix: remove unnecessary @​ts-expect-error directive
  • 805af4f fix: resolve variable scope issues causing CI failures
  • 61dd933 refactor: only report metrics when using Blacksmith builder
  • 99fce0d fix: resolve TypeScript build errors and lint issues
  • 4c54035 refactor: remove nofallback parameter
  • fece9d4 refactor: remove tmpDir management and buildx installation
  • 4108c3e refactor: remove unnecessary build-reporter abstraction
  • 245d376 refactor: remove unused stickydisk setup logic and rename setup_builder
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [useblacksmith/build-push-action](https://github.com/useblacksmith/build-push-action) from 1 to 2.
- [Release notes](https://github.com/useblacksmith/build-push-action/releases)
- [Commits](useblacksmith/build-push-action@v1...v2)

---
updated-dependencies:
- dependency-name: useblacksmith/build-push-action
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants