Skip to content

Commit

Permalink
Merge pull request #222 from camptocamp/fix-url
Browse files Browse the repository at this point in the history
Always use the URL argument in Docker registries
  • Loading branch information
sbrunner authored Sep 11, 2024
2 parents dd9bcee + bf0728e commit 9fb6e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ annotations:
{
"auths": {
{{- range $registry, $conf := . }}
{{ $registry | quote }}: {
{{ $conf.url | quote }}: {
"auth": {{ (printf "%s:%s" $conf.username $conf.password) | b64enc | quote}},
"username": {{ $conf.username | quote }},
"password": {{ $conf.password | quote }},
Expand Down

0 comments on commit 9fb6e47

Please sign in to comment.