From 4dd517c96aef8e94276069bed98430aa30b6446b Mon Sep 17 00:00:00 2001 From: Anil Vishnoi Date: Thu, 12 Sep 2024 23:28:52 -0700 Subject: [PATCH] Use consistent naming across ghcr.io and quay.io images (#3) Signed-off-by: Anil Vishnoi --- .github/workflows/images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 2d2f5c6..8b9bd0e 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -7,8 +7,8 @@ on: env: GHCR_REGISTRY: ghcr.io - GHCR_DOCLING_SERVE_CPU_IMAGE_NAME: ${{ github.repository }}/ds4sd/docling-serve-cpu - GHCR_DOCLING_SERVE_GPU_IMAGE_NAME: ${{ github.repository }}/ds4sd/docling-serve + GHCR_DOCLING_SERVE_CPU_IMAGE_NAME: ds4sd/docling-serve-cpu + GHCR_DOCLING_SERVE_GPU_IMAGE_NAME: ds4sd/docling-serve QUAY_REGISTRY: quay.io QUAY_DOCLING_SERVE_CPU_IMAGE_NAME: ds4sd/docling-serve-cpu QUAY_DOCLING_SERVE_GPU_IMAGE_NAME: ds4sd/docling-serve