From c704f845de7acfba4291c7a63b4de966e4b2b336 Mon Sep 17 00:00:00 2001 From: Heba <31887807+helayoty@users.noreply.github.com> Date: Sun, 17 Mar 2024 07:27:08 -0700 Subject: [PATCH] ci: fix 1ES pool label name (#301) Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com> --- .github/workflows/publish-image-acr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-image-acr.yml b/.github/workflows/publish-image-acr.yml index 613bdc42b..41a73575a 100644 --- a/.github/workflows/publish-image-acr.yml +++ b/.github/workflows/publish-image-acr.yml @@ -18,7 +18,7 @@ env: jobs: check-tag: runs-on: - labels: [ self-hosted, "1ES.Pool=${{ matrix.runner }}" ] + labels: [ "self-hosted", "1ES.Pool=1es-aks-kaito-agent-pool-ubuntu" ] environment: publish-mcr outputs: tag: ${{ steps.get-tag.outputs.tag }} @@ -57,7 +57,7 @@ jobs: publish: runs-on: - labels: [ self-hosted, "1ES.Pool=${{ matrix.runner }}" ] + labels: [ "self-hosted", "1ES.Pool=1es-aks-kaito-agent-pool-ubuntu" ] environment: publish-mcr needs: - check-tag