Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 10, 2024
1 parent 24db3d4 commit 8919bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Shell/GitHubDockerTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected function getToken(): string
{
$image = $this->service->imageName();

$response = $this->guzzle->get("https://ghcr.io/token?" . http_build_query([
$response = $this->guzzle->get('https://ghcr.io/token?' . http_build_query([
'scope' => "repository:{$image}:pull",
]));

Expand Down

0 comments on commit 8919bcc

Please sign in to comment.