Slight tweak in the text of the 403 pull base image error.
This commit is contained in:
parent
5388633f9a
commit
da3d58890e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="!getLocalPullInfo().login">
|
<div ng-if="!getLocalPullInfo().login">
|
||||||
Note: No robot account is specified for this build. Without such credentials, this pull will always fail. Please setup a new
|
Note: No robot account is specified for this build. Without such credentials, this pull will always fail. Please setup a new
|
||||||
build trigger with a robot account that has access to <a href="/repository/{{ getLocalPullInfo().repo }}">{{ getLocalPullInfo().repo }}</a> or make the repository public.
|
build trigger with a robot account that has access to <a href="/repository/{{ getLocalPullInfo().repo }}">{{ getLocalPullInfo().repo }}</a> or make that repository public.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue