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 91b05c8 commit 195812cCopy full SHA for 195812c
action.yml
@@ -51,13 +51,14 @@ runs:
51
}
52
EOF
53
fi
54
+
55
- name: Reload Docker
56
shell: bash
57
id: reload-docker
58
run: |
59
sudo cat /etc/docker/daemon.json
60
sudo systemctl daemon-reload && sudo systemctl restart docker
-
61
62
# Step with http and insecure sections included
63
- name: Configure buildx with insecure registry
64
if: ${{ inputs.buildkitRegistryInsecure == 'true' }}
@@ -87,3 +88,10 @@ runs:
87
88
[registry."docker.io"]
89
mirrors = [${{ inputs.buildkitRegistryMirror }}]
90
[registry.${{ inputs.buildkitRegistryMirror }}]
91
92
+ - name: Reload Docker
93
+ shell: bash
94
+ id: reload-docker
95
+ run: |
96
+ sudo cat /etc/docker/daemon.json
97
+ sudo systemctl daemon-reload && sudo systemctl restart docker
0 commit comments