troubleshooting pipeline

This commit is contained in:
Ammar Qaffaf
2024-02-22 02:36:37 +03:00
parent 2a62fd5965
commit 8468e5c890

View File

@ -28,6 +28,9 @@ jobs:
- name: Log in to Azure Container Registry
run: az acr login --name ${{ env.ACR_REGISTRY }}
- name: List build output
run: ls -R dist/apps/
- name: Build and push Docker image
run: |
docker build . -t ${{ env.ACR_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}