Skip to content

Commit 195812c

Browse files
authored
Update action.yml
1 parent 91b05c8 commit 195812c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

action.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ runs:
5151
}
5252
EOF
5353
fi
54+
5455
- name: Reload Docker
5556
shell: bash
5657
id: reload-docker
5758
run: |
5859
sudo cat /etc/docker/daemon.json
5960
sudo systemctl daemon-reload && sudo systemctl restart docker
60-
61+
6162
# Step with http and insecure sections included
6263
- name: Configure buildx with insecure registry
6364
if: ${{ inputs.buildkitRegistryInsecure == 'true' }}
@@ -87,3 +88,10 @@ runs:
8788
[registry."docker.io"]
8889
mirrors = [${{ inputs.buildkitRegistryMirror }}]
8990
[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

Comments
 (0)