Skip to content

Commit f992a5d

Browse files
committed
Stop pushing :v1
Signed-off-by: David Gageot <[email protected]>
1 parent 261fd77 commit f992a5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-bake.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ target mcp-gateway {
8080
target = "mcp-gateway"
8181
output = [
8282
"type=image,name=docker/mcp-gateway",
83-
"type=image,name=docker/mcp-gateway:v1",
83+
#"type=image,name=docker/mcp-gateway:v1", last commit pushed with v1 tag: 261fd774d271974ae196b1cbc3acc04aceb3257b
84+
"type=image,name=docker/mcp-gateway:v2",
8485
]
8586
}
8687

0 commit comments

Comments
 (0)