Skip to content

Commit ae875d9

Browse files
committed
ci: fix release script
Signed-off-by: Tuan Anh Tran <[email protected]>
1 parent 908791a commit ae875d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ jobs:
9999
hyper_mcp_base_image="${{ env.REGISTRY }}/${{ github.repository_owner }}/hyper-mcp"
100100
101101
echo "Creating multi-arch manifest for $hyper_mcp_base_image:$TAG"
102-
docker buildx imagetools create \\
103-
-t $hyper_mcp_base_image:$TAG \\
104-
$hyper_mcp_base_image:$TAG-amd64 \\
102+
docker buildx imagetools create \
103+
-t $hyper_mcp_base_image:$TAG \
104+
$hyper_mcp_base_image:$TAG-amd64 \
105105
$hyper_mcp_base_image:$TAG-arm64
106106
cosign sign --yes $hyper_mcp_base_image:$TAG
107107
108108
echo "Creating multi-arch manifest for $hyper_mcp_base_image:latest"
109-
docker buildx imagetools create \\
110-
-t $hyper_mcp_base_image:latest \\
111-
$hyper_mcp_base_image:$TAG-amd64 \\
109+
docker buildx imagetools create \
110+
-t $hyper_mcp_base_image:latest \
111+
$hyper_mcp_base_image:$TAG-amd64 \
112112
$hyper_mcp_base_image:$TAG-arm64
113113
cosign sign --yes $hyper_mcp_base_image:latest
114114

0 commit comments

Comments
 (0)