We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7ecbf commit eb6457dCopy full SHA for eb6457d
actions/push-to-gar-docker/action.yaml
@@ -171,6 +171,7 @@ runs:
171
with:
172
driver: ${{ inputs.docker-buildx-driver }}
173
version: latest # see https://github.com/docker/build-push-action/issues/1345#issuecomment-2770572479
174
+ buildkitd-config: ${{ runner.environment == 'self-hosted' && '/etc/buildkitd.toml' || '' }}
175
176
- name: Build the container
177
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
0 commit comments