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