From 3d871f9813a5a773d4da4a8d55abbd96d71ce37d Mon Sep 17 00:00:00 2001 From: David Date: Mon, 17 Nov 2025 12:05:29 +0100 Subject: [PATCH] ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99b1467..edaede6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ env.REGISTRY }}/backend + images: ${{ env.REGISTRY }}/xpeditis-backend:preprod tags: | type=ref,event=branch type=ref,event=pr @@ -127,7 +127,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ env.REGISTRY }}/frontend + images: ${{ env.REGISTRY }}/xpeditis-frontend:preprod tags: | type=ref,event=branch type=ref,event=pr