From 95804095adba7d95147df11aa8c3434ae477416d Mon Sep 17 00:00:00 2001 From: Heba <31887807+helayoty@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:53:40 -0700 Subject: [PATCH] ci: fix 1ES pool label name 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 aaf025093..a307bd942 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