mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Fix khoj computer image name used in docker-compose.yml instead
This commit is contained in:
2
.github/workflows/dockerize.yml
vendored
2
.github/workflows/dockerize.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user