File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -99,16 +99,16 @@ jobs:
99
99
hyper_mcp_base_image="${{ env.REGISTRY }}/${{ github.repository_owner }}/hyper-mcp"
100
100
101
101
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 \
105
105
$hyper_mcp_base_image:$TAG-arm64
106
106
cosign sign --yes $hyper_mcp_base_image:$TAG
107
107
108
108
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 \
112
112
$hyper_mcp_base_image:$TAG-arm64
113
113
cosign sign --yes $hyper_mcp_base_image:latest
114
114
You can’t perform that action at this time.
0 commit comments