Skip to content

Commit

Permalink
ci: fix 1ES pool label name (#301)
Browse files Browse the repository at this point in the history
Signed-off-by: Heba <[email protected]>
  • Loading branch information
helayoty committed Mar 17, 2024
1 parent ed345d6 commit c704f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-image-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c704f84

Please sign in to comment.