diff options
| author | jannfis <jann@mistrust.net> | 2020-12-04 18:59:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-04 18:59:14 +0100 |
| commit | 151f90e346a9d48855823a8045e08e5afd84a7ba (patch) | |
| tree | 5643665a03742d273bb2153f15b3451b0f8f2404 /config | |
| parent | 2b290e46d231aef8d0a3dbf0fc8f7c70128b52c7 (diff) | |
feat: Support for expiring credentials (#124)
* feat: Support for expiring credentials
Signed-off-by: jannfis <jann@mistrust.net>
* Update spelling
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'config')
| -rw-r--r-- | config/example-config.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/example-config.yaml b/config/example-config.yaml index 9879f02..98cb109 100644 --- a/config/example-config.yaml +++ b/config/example-config.yaml @@ -35,3 +35,9 @@ registries: ping: no prefix: quay.io credentials: secret:foo/bar#creds +- name: GitHub Container Registry + api_url: https://ghcr.io + ping: no + prefix: ghcr.io + credentials: ext:/some/script + credsexpire: 5h |
