Skip to content

Commit 78068c5

Browse files
committed
ci: fix docker build syntax
Signed-off-by: Tuan Anh Tran <[email protected]>
1 parent d99ed54 commit 78068c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
echo "Building hyper-mcp image"
5555
ghcr_image="ghcr.io/${{ github.repository_owner }}/hyper-mcp:nightly-${{ matrix.arch }}"
5656
dockerhub_image="docker.io/tuananh/hyper-mcp:nightly-${{ matrix.arch }}"
57-
docker build -t $ghcr_image $dockerhub_image .
58-
57+
docker build -t $ghcr_image -t $dockerhub_image .
58+
5959
docker push $ghcr_image
6060
docker push $dockerhub_image
6161

0 commit comments

Comments
 (0)