Skip to content

Commit eb0590b

Browse files
committed
forgot to combine manifests for dockerhub
Signed-off-by: Tuan Anh Tran <[email protected]>
1 parent 78068c5 commit eb0590b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,11 @@ jobs:
213213
ghcr.io/${{ github.repository_owner }}/hyper-mcp:nightly-arm64
214214
215215
cosign sign --yes ghcr.io/${{ github.repository_owner }}/hyper-mcp:nightly
216+
217+
# DockerHub
218+
docker buildx imagetools create \
219+
-t tuananh/hyper-mcp:nightly \
220+
tuananh/hyper-mcp:nightly-amd64 \
221+
tuananh/hyper-mcp:nightly-arm64
222+
223+
cosign sign --yes tuananh/hyper-mcp:nightly

0 commit comments

Comments
 (0)