evalstate's picture
download
raw
668 Bytes
# PowerShell script for building and pushing Docker image
$GITHUB_USERNAME = "evalstate"
$IMAGE_NAME = "hf-mcp-server"
$VERSION = Get-Date -Format "yyyyMMdd-HHmmss"
# Build the Docker image
docker build -t ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:latest .
docker tag ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:latest ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:${VERSION}
# Push the image to GitHub Container Registry
docker push ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:latest
docker push ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:${VERSION}
Write-Output "Build and push completed successfully"
Write-Output "Image: ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:${VERSION}"

Xet Storage Details

Size:
668 Bytes
·
Xet hash:
e5bd9899e5dc7027c7a92d336c17a19fd6c382d0f54df5197b7162b2e91c9719

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.