Skip to content

Commit 91241fe

Browse files
authored
Update action.yml
1 parent a563666 commit 91241fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ runs:
3636
INSECURE_REG: ${{ inputs.insecureRegistries }}
3737
REG_MIRRORS: ${{ inputs.registryMirrors }}
3838
run: |
39+
sudo mkdir -p /etc/docker
3940
cat <<EOF | sudo tee /etc/docker/daemon.json
4041
{
4142
"insecure-registries" : [${INSECURE_REG} ],

0 commit comments

Comments
 (0)