Skip to content

Commit 2db13dd

Browse files
committed
tag-detail.html: Fix shown docker pull command
when image has no `repositoryUser`.
1 parent d712187 commit 2db13dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tag/tag-detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1>
2727
</h1>
2828

2929
<div class="well">
30-
docker pull {{registryHost.host}}<span ng-if="registryHost.port != 80 && registryHost.port != 443">:{{registryHost.port}}</span>/{{repositoryUser}}/{{repositoryName}}:{{tagName}}
30+
docker pull {{registryHost.host}}<span ng-if="registryHost.port != 80 && registryHost.port != 443">:{{registryHost.port}}</span>/{{repository}}:{{tagName}}
3131
</div>
3232

3333
<image-details></image-details>

0 commit comments

Comments
 (0)