We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9170ca4 commit 6d629afCopy full SHA for 6d629af
README.md
@@ -73,10 +73,12 @@ repositories:
73
* `policies` __array__
74
* Name of policies
75
76
+Environment variable can also be used, which are the uppercase equivelent of the yaml config directives, e.g. `ACCESS_TOKEN`
77
+
78
## Docker
79
80
We recommend using Docker for executing this utility. Example usage can be found below:
81
82
```
-docker run -v "${PWD}/config.yml:/config.yml" --rm -it ukfast/gitlab-registry-cleanup execute --config /config.yml
83
+docker run -v "${PWD}/config.yml:/config.yml" -e ACCESS_TOKEN=abcdef --rm -it ukfast/gitlab-registry-cleanup execute --config /config.yml
84
0 commit comments