Skip to content

Commit

Permalink
Merge pull request #352 from sdclarke/fix-docker-cache
Browse files Browse the repository at this point in the history
Remove additional `docker-disable-cache` argument
  • Loading branch information
guenhter authored Oct 24, 2024
2 parents 66c93f3 + f967a5d commit 0bf4281
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tasks/register-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
{% if gitlab_runner.docker_tlsverify | default(false) %}
--docker-tlsverify '{{ gitlab_runner.docker_tlsverify | default("true") }}'
{% endif %}
{% if gitlab_runner.docker_disable_cache | default(false) %}
--docker-disable-cache '{{ gitlab_runner.docker_disable_cache | default("false") }}'
{% endif %}
{% if gitlab_runner.docker_dns | default(false) %}
--docker-dns '{{ gitlab_runner.docker_dns | default("1.1.1.1") }}'
{% endif %}
Expand Down

0 comments on commit 0bf4281

Please sign in to comment.