gitlab-runner: set dockerPullPolicy
This commit is contained in:
parent
c997b03f4f
commit
76a88ae74c
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ in
|
|||
# `REGISTRATION_TOKEN`
|
||||
inherit authenticationTokenConfigFile; # 2
|
||||
dockerImage = "alpine:3.18.2";
|
||||
dockerPullPolicy = "if-not-present";
|
||||
dockerVolumes = [
|
||||
"/etc/nix/nix.conf:/etc/nix/nix.conf:ro"
|
||||
"/nix/store:/nix/store:ro"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue