Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored Nov 5, 2024
1 parent 0ceea80 commit d24e6cc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ runs:
buildkitd-config-inline: |
[registry."docker.io"]
mirrors = [${{ inputs.buildkitRegistryMirror }}]
ca = ["/runner/ca.crt"]
[registry.${{ inputs.buildkitRegistryMirror }}]
ca = ["/runner/ca.crt"]
- name: Reload Docker 2
shell: bash
id: reload-docker-2
run: |
sudo cat /etc/docker/daemon.json
sudo systemctl daemon-reload && sudo systemctl restart docker

0 comments on commit d24e6cc

Please sign in to comment.