gitlab-runner: set dockerPullPolicy
This commit is contained in:
parent
c997b03f4f
commit
76a88ae74c
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ in
|
|||
# `CI_SERVER_TOKEN`
|
||||
authenticationTokenConfigFile = config.sops.secrets."gitlab-runners/docker-images-token".path;
|
||||
dockerImage = "debian:stable";
|
||||
dockerPullPolicy = "if-not-present";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue