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 d99ed54 commit 78068c5Copy full SHA for 78068c5
.github/workflows/nightly.yml
@@ -54,8 +54,8 @@ jobs:
54
echo "Building hyper-mcp image"
55
ghcr_image="ghcr.io/${{ github.repository_owner }}/hyper-mcp:nightly-${{ matrix.arch }}"
56
dockerhub_image="docker.io/tuananh/hyper-mcp:nightly-${{ matrix.arch }}"
57
- docker build -t $ghcr_image $dockerhub_image .
58
-
+ docker build -t $ghcr_image -t $dockerhub_image .
+
59
docker push $ghcr_image
60
docker push $dockerhub_image
61
0 commit comments