Skip to content

Commit

Permalink
Added additional output for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
DCMattyG committed Aug 24, 2023
1 parent 7fbf614 commit a86a181
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/azure-ipam-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
az acr build -r $ACR_NAME -t ipam-lb:${{ github.run_id }}-${{ github.run_attempt }} -f ./lb/Dockerfile ./lb
- name: Update Docker-Compose YAML
working-directory: .
shell: pwsh
run: |
$uiContainer = "$env:ACR_NAME.azurecr.io/ipam-ui:${{ github.run_id }}-${{ github.run_attempt }}"
Expand All @@ -81,7 +80,7 @@ jobs:
$composeYaml['services']['ipam-engine'].image = $engineContainer
$composeYaml['services']['nginx-proxy'].image = $lbContainer
Get-ChildItem
Get-ChildItem | Select-Object Name
$composeYaml | ConvertTo-Yaml
$composeYaml | ConvertTo-Yaml | Out-File -Path ./docker-compose-prod.yml
Expand Down

0 comments on commit a86a181

Please sign in to comment.