Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support push and load being set together #1056

Closed
PeterJCLaw opened this issue Feb 16, 2024 · 5 comments
Closed

Support push and load being set together #1056

PeterJCLaw opened this issue Feb 16, 2024 · 5 comments
Labels
kind/enhancement New feature or request

Comments

@PeterJCLaw
Copy link

Description

Currently if the action is passed both load: true and push: true then it emits an error:

ERROR: push and load may not be set together at the moment

It would be great if these options were supported at the same time.

Alternatively, it would be great if there was some more explanation as to why this isn't supported (it doesn't feel like it'd be hard to support?) and suggestions for what to do instead.

@PeterJCLaw PeterJCLaw added kind/enhancement New feature or request status/triage labels Feb 16, 2024
@crazy-max
Copy link
Member

ERROR: push and load may not be set together at the moment

Yes multiple exporters are currently not supported but will be in near future, see moby/buildkit#4134

@PeterJCLaw
Copy link
Author

Aha, thanks :)

@tonynajjar
Copy link

Can we keep this Issue open to track when this feature is available with build-push-action. I'm assuming some changes are needed in this repo as well

@crazy-max
Copy link
Member

crazy-max commented Feb 29, 2024

Can we keep this Issue open to track when this feature is available with build-push-action. I'm assuming some changes are needed in this repo as well

No changes needed, will be available as soon as GitHub Runners update to future buildx version

@tonynajjar
Copy link

Great, then you might want to update #727 as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants