mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
troubleshooting pipeline
This commit is contained in:
3
.github/workflows/dev_syncrow(dev).yml
vendored
3
.github/workflows/dev_syncrow(dev).yml
vendored
@ -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 }}
|
||||
|
Reference in New Issue
Block a user