mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-13 11:03:17 +00:00
Update DockerHubBridge.php
This commit is contained in:
parent
63c16e470d
commit
0864701dbb
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class DockerHubBridge extends BridgeAbstract
|
|||
$item['content'] = <<<EOD
|
||||
<Strong>Tag</strong><br>
|
||||
<p>{$result->name}</p>
|
||||
<Strong>Last pushed</strong><br>
|
||||
<Strong> Last pushed</strong><br>
|
||||
<p>{$lastPushed}</p>
|
||||
<Strong>Images</strong><br>
|
||||
{$this->getImagesTable($result)}
|
||||
|
|
Loading…
Reference in a new issue