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'}}