From 928f288eaddb292509e1fda85d21035af47c550e Mon Sep 17 00:00:00 2001 From: Tsen Kwong Date: Mon, 13 Jan 2025 14:08:54 +0100 Subject: [PATCH] Fix Pipeline --- .github/workflows/continious_integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continious_integration.yml b/.github/workflows/continious_integration.yml index 5c4bb89..d5225a9 100644 --- a/.github/workflows/continious_integration.yml +++ b/.github/workflows/continious_integration.yml @@ -45,7 +45,7 @@ jobs: id: backend-meta uses: docker/metadata-action@v4 with: - images: ${{ env.REGISTRY }}/${{ env.REGISTRY_NAMESPACE }}/backend + images: ${{ env.REGISTRY }}/${{ env.REGISTRY_NAMESPACE }}/main-portal-backend tags: | type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main'}} type=raw,value=latest-${{github.ref_name }},enable=${{ github.ref != 'refs/heads/main'}} @@ -90,7 +90,7 @@ jobs: id: frontend-meta uses: docker/metadata-action@v4 with: - images: ${{ env.REGISTRY }}/${{ env.REGISTRY_NAMESPACE }}/frontend + images: ${{ env.REGISTRY }}/${{ env.REGISTRY_NAMESPACE }}//main-portal-frontend tags: | type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main'}} type=raw,value=latest-${{github.ref_name }},enable=${{ github.ref != 'refs/heads/main'}}