fix deprecation warnings

This commit is contained in:
Joakim Repomaa
2026-02-20 16:56:19 +02:00
parent 5fec78b813
commit 49cabcad7a
2 changed files with 1 additions and 2 deletions

View File

@@ -290,7 +290,6 @@ in
docker = {
dockerImage = "docker:stable";
dockerVolumes = [ "/var/run/docker.sock:/var/run/docker.sock" ];
tagList = [ "docker" ];
authenticationTokenConfigFile = secrets."gitlab-runner/docker".path;
};
};