From dd4493eaa898ce8fbdcd21a1d4060ff43373034b Mon Sep 17 00:00:00 2001 From: Peter Murray <681306+peter-murray@users.noreply.github.com> Date: Tue, 31 Aug 2021 17:14:45 +0000 Subject: [PATCH] Updating name of service --- .github/workflows/continuous_delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_delivery.yml b/.github/workflows/continuous_delivery.yml index 5080db3..4d42f9f 100644 --- a/.github/workflows/continuous_delivery.yml +++ b/.github/workflows/continuous_delivery.yml @@ -162,7 +162,7 @@ jobs: uses: azure/aci-deploy@v1 with: resource-group: ${{ secrets.RESOURCE_GROUP }} - dns-name-label: ${{ secrets.RESOURCE_GROUP }}${{ github.run_number }} + dns-name-label: octodex-rss${{ github.run_number }} image: ${{ env.acr_container }} registry-login-server: ${{ secrets.ACR_URL }} registry-username: ${{ secrets.ACR_USERNAME }}