Skip to content

Commit

Permalink
Fix Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsen Kwong committed Jan 13, 2025
1 parent 53f3347 commit 928f288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continious_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}}
Expand Down Expand Up @@ -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'}}
Expand Down

0 comments on commit 928f288

Please sign in to comment.