Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored Feb 17, 2023
1 parent a563666 commit 91241fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ runs:
INSECURE_REG: ${{ inputs.insecureRegistries }}
REG_MIRRORS: ${{ inputs.registryMirrors }}
run: |
sudo mkdir -p /etc/docker
cat <<EOF | sudo tee /etc/docker/daemon.json
{
"insecure-registries" : [${INSECURE_REG} ],
Expand Down

0 comments on commit 91241fe

Please sign in to comment.