Skip to content

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

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#2
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 Feb 27, 2026

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
  • 30c7116 Merge pull request #131 from useblacksmith/pr-130-fixed
  • f5c1cdd chore: update buf dependency and rebuild dist files for CI compatibility
  • 4008f74 fix: resolve eStargz version check bug and add test coverage
  • 527d67c feat: add eStargz compression support for faster image pulls (#1)
  • 4af38cd Merge pull request #128 from useblacksmith/fix/export-timeout
  • e6eefa1 fix: add timeout to buildx export operation to prevent hanging
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

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 Feb 27, 2026
@assert-app
Copy link
Copy Markdown

assert-app Bot commented Feb 27, 2026

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