revert: "feat: add Docker cache" (#3)

This commit is contained in:
Paul Makles
2026-01-10 15:16:08 +00:00
committed by GitHub
parent 953b6e89ba
commit fc687fc351
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -2,8 +2,6 @@ FROM ghcr.io/actions/actions-runner:latest
USER root
COPY daemon.json /etc/docker/daemon.json
# Install build tools
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
-3
View File
@@ -1,3 +0,0 @@
{
"registry-mirrors": ["http://docker-registry-dockerhub.docker-cache.svc.cluster.local:5000"]
}