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 77d2ce5 commit f797fbdCopy full SHA for f797fbd
actions/build-push-to-dockerhub/action.yaml
@@ -94,6 +94,7 @@ runs:
94
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
95
with:
96
driver: ${{ inputs.docker-buildx-driver }}
97
+ buildkitd-config: ${{ runner.environment == 'self-hosted' && '/etc/buildkitd.toml' || '' }}
98
99
- name: Extract metadata (tags, labels) for Docker
100
id: meta
0 commit comments