From 99657d789ce75acc45c91dbb6f7968dc00714607 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Wed, 23 Aug 2023 20:48:11 -0700 Subject: [PATCH] Added another missing colon --- .github/workflows/azure-ipam-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-ipam-testing.yml b/.github/workflows/azure-ipam-testing.yml index 4bdf34e..41e5e12 100644 --- a/.github/workflows/azure-ipam-testing.yml +++ b/.github/workflows/azure-ipam-testing.yml @@ -68,7 +68,7 @@ jobs: - name: Update Docker-Compose YAML shell: pwsh - run | + run: | $composeFile = Get-Content -Path ./docker-compose.prod.yml $composeYaml = $composeFile | ConvertFrom-Yaml $composeYaml['services']['ipam-ui'].image = "$env:ACR_NAME.azurecr.io/ipam-ui:${{ github.run_id }}-${{ github.run_attempt }}"