Skip to content

Remove deprecated install input from setup-buildx-action#1766

Open
skypank-coder wants to merge 1 commit into
OWASP:mainfrom
skypank-coder:fix/1729-remove-buildx-install-input
Open

Remove deprecated install input from setup-buildx-action#1766
skypank-coder wants to merge 1 commit into
OWASP:mainfrom
skypank-coder:fix/1729-remove-buildx-install-input

Conversation

@skypank-coder

@skypank-coder skypank-coder commented Jul 6, 2026

Copy link
Copy Markdown

Summary:

closes #1729

Removed the install: true input from the docker/setup-buildx-action step in pull_request.yaml, push.yaml, and release.yaml. These workflows pin setup-buildx-action at v4.1.0, where the install input no longer exists, so passing it produced the "Unexpected input(s) 'install'" warning across the PR, CI, and release pipelines. The input was unused here — the build steps run through docker/build-push-action and select the builder explicitly via builder: ${{ steps.buildx.outputs.name }} — so removing it is behavior-neutral and clears the warning.

Description for the changelog:

Remove deprecated install input from setup-buildx-action to clear the pipeline warning

Declaration:

Thanks for submitting a pull request, please make sure:

  • content meets the license for this project
  • appropriate unit tests have been created and/or modified
  • you have considered any changes required for the functional tests
  • you have read the contribution guide and agree to the Code of Conduct
  • either no AI-generated content has been used in this pull request
  • or any use of AI in this pull request has been disclosed below:

Other info:

This is a CI configuration change only; no application code is affected, so no unit or functional test changes apply. Verification is that the PR, push, and release pipelines run without the buildx warning, visible in this PR's Actions run.

@jgadsden

jgadsden commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Hello @skypank-coder , please refer to the contributing guidelines, in particular to the section on pull requests

@skypank-coder

Copy link
Copy Markdown
Author

@jgadsden Thanks — updated the PR to use the template with the declaration filled in."

@jgadsden jgadsden marked this pull request as draft July 6, 2026 14:31
@skypank-coder skypank-coder marked this pull request as ready for review July 6, 2026 14:31
@jgadsden jgadsden added the bug Something isn't working label Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Buildx provided with unexpected input

2 participants