Skip to content

Commit 8a043dc

Browse files
[autofix.ci] apply automated fixes
1 parent 4620483 commit 8a043dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/dokploy/__test__/deploy/github.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,9 @@ describe("Docker Image Name and Tag Extraction", () => {
427427

428428
it("should extract tag from registry with port and tag", () => {
429429
expect(extractImageTag("registry:5000/image:tag")).toBe("tag");
430-
expect(
431-
extractImageTag("registry.example.com:5000/myimage:v2.0"),
432-
).toBe("v2.0");
430+
expect(extractImageTag("registry.example.com:5000/myimage:v2.0")).toBe(
431+
"v2.0",
432+
);
433433
expect(extractImageTag("localhost:5000/app:sha-abc123")).toBe(
434434
"sha-abc123",
435435
);

0 commit comments

Comments
 (0)