Fix Docker Hub repository name in GitHub Actions workflow

This commit is contained in:
stabgan
2025-03-27 00:54:58 +05:30
parent e4983f5eb7
commit 7663fa99d6

View File

@@ -148,8 +148,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
stabgandocker/openrouter-mcp-multimodal
ghcr.io/stabgan/openrouter-mcp-multimodal
${{ secrets.DOCKERHUB_USERNAME }}/openrouter-mcp-multimodal
ghcr.io/${{ github.repository_owner }}/openrouter-mcp-multimodal
tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
type=semver,pattern={{version}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}