Skip to content

Commit

Permalink
Use buildkitd config file to use docker mirror
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <[email protected]>
  • Loading branch information
jjacobelli committed Oct 23, 2023
1 parent e77a42c commit f25c7fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-runner-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ runs:
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2
with:
buildkitd-flags: --debug
buildkitd-flags: --debug --config /etc/buildkit/buildkitd.toml
endpoint: builder
config: /etc/buildkit/buildkitd.toml

0 comments on commit f25c7fb

Please sign in to comment.