Skip to content

Commit

Permalink
echoing non-pr tags
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 1, 2024
1 parent ac184ff commit 73713cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/weekly-acr-images-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
# Filter tags that do not start with start with "pr-"
$tagsWithoutPRPrefix = $images | Where-Object { $_ -notlike "pr-*" }
Write-Host "$tagsWithoutPRPrefix"
# Remove the "pr-" prefix from filtered tags
$filteredTagsWithoutPrefix = $filteredTags -replace "^pr-", ""
Expand Down

0 comments on commit 73713cf

Please sign in to comment.