-
Notifications
You must be signed in to change notification settings - Fork 1
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
[FX-NULL] Add gh-runners-driver-opts option #356
Conversation
🦋 Changeset detectedLatest commit: 7e822d6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
57ce269
to
7e822d6
Compare
@@ -61,6 +61,9 @@ inputs: | |||
registry-name: | |||
required: true | |||
description: 'Registry to push the builded image' | |||
gh-runner-driver-opts: | |||
required: false | |||
description: 'Driver options for GH Runners' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@catks I deleted the default value that you initially provided to allow docker/setup-buildx-action
be more flexible, is it okay? I can image that docker/setup-buildx-action
updates tomorrow and starts using another default value (and this affects us as we use major version tag v3
) we will have to update the default value here as well to keep up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, but note it will cause a problem if anyone uses the action with the master
branch as we are introducing a new required input in this case
@toptal-anvil ping reviewers |
Description
Add
gh-runners-driver-opts
input in build-push action.We can use a custom image to avou DockerHub Rate limit errors like:
Fix Error: ERROR: Error response from daemon: No such image: moby/buildkit:buildx-stable-1
/ERROR: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
How to test
Development checks
PR commands
List of available commands:
@toptal-anvil ping reviewers
- Ping FX team for review