Skip to content

Commit

Permalink
merging non-pr tags
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 1, 2024
1 parent 73713cf commit 82ff7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly-acr-images-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
echo "❌ - Number of docker images are not equal to number of active PRs"
Write-Host "⚡- These images need to be deleted : $imagesExistThatRequireDeletion"
}
$mergedTags = $imagesExistThatRequireDeletion + '${{ steps.imageTags.outputs.tagsWithoutPRPrefix }}'
$non-pr-tags = "${{ steps.imageTags.outputs.tagsWithoutPRPrefix }}"
$mergedTags = $imagesExistThatRequireDeletion + $non-pr-tags
$tags = $imagesExistThatRequireDeletion -split ' '
$imageTagList = ConvertTo-Json -Compress @($tags)
Expand Down

0 comments on commit 82ff7cf

Please sign in to comment.