We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78068c5 commit eb0590bCopy full SHA for eb0590b
.github/workflows/nightly.yml
@@ -213,3 +213,11 @@ jobs:
213
ghcr.io/${{ github.repository_owner }}/hyper-mcp:nightly-arm64
214
215
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