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 928f288 commit 7260d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continious_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
id: frontend-meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_NAMESPACE }}//main-portal-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 7260d5b

Please sign in to comment.