Skip to content

Commit d24e6cc

Browse files
authored
Update action.yml
1 parent 0ceea80 commit d24e6cc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

action.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,7 @@ runs:
8787
buildkitd-config-inline: |
8888
[registry."docker.io"]
8989
mirrors = [${{ inputs.buildkitRegistryMirror }}]
90+
ca = ["/runner/ca.crt"]
9091
[registry.${{ inputs.buildkitRegistryMirror }}]
92+
ca = ["/runner/ca.crt"]
9193
92-
- name: Reload Docker 2
93-
shell: bash
94-
id: reload-docker-2
95-
run: |
96-
sudo cat /etc/docker/daemon.json
97-
sudo systemctl daemon-reload && sudo systemctl restart docker

0 commit comments

Comments
 (0)