Fix khoj computer image name used in docker-compose.yml instead

This commit is contained in:
Debanjum
2025-06-01 16:44:06 -07:00
parent 257bdfadef
commit ddf028f7af
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ jobs:
file: computer.Dockerfile
push: true
tags: |
ghcr.io/computer:${{ env.DOCKER_IMAGE_TAG }}-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
ghcr.io/${{ github.repository }}-computer:${{ env.DOCKER_IMAGE_TAG }}-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
cache-from: type=gha,scope=computer-${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=computer-${{ matrix.platform }}
labels: |