From 0e6765f14bc5aa85afc9a0e45347ebe41ef4403c Mon Sep 17 00:00:00 2001 From: Hariharan Subramanian <105889062+hsubramanianaks@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:20:48 -0500 Subject: [PATCH] update 1es pool names (#604) --- .github/workflows/acr-build-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/acr-build-publish.yml b/.github/workflows/acr-build-publish.yml index e9eb1cf6..74093169 100644 --- a/.github/workflows/acr-build-publish.yml +++ b/.github/workflows/acr-build-publish.yml @@ -25,9 +25,9 @@ jobs: imageName: lpkrestorationjob - components: routingmanager imageName: routingmanager - runs-on: - labels: ["self-hosted", "1ES.Pool=${{ vars.RUNNER_BASE_NAME }}-ubuntu"] environment: ${{ github.event.inputs.environment }} + runs-on: + labels: ["self-hosted", "1ES.Pool=${{ vars.RUNNER_BASE_NAME }}-${{ github.event.inputs.environment }}-ubuntu"] steps: - name: Harden Runner uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 @@ -70,4 +70,4 @@ jobs: file: src/${{ matrix.components }}/Dockerfile platforms: linux/arm64,linux/amd64 push: true - tags: ${{ vars.ACR_REGISTRY }}/${{ matrix.imageName }}:${{ env.tag }} + tags: ${{ vars.AZURE_REGISTRY_SERVER }}/${{ matrix.imageName }}:${{ env.tag }}