Skip to content

Commit

Permalink
fix(iac): ACR (#343)
Browse files Browse the repository at this point in the history
## Introduction
ACR repository name

## Resolution
* Updated threshold days
* Updated repository name

## Miscellaneous
* Dependencies updates.

---------

Co-authored-by: Abhi Markan <[email protected]>
  • Loading branch information
abhi-markan and Abhi Markan committed Jul 24, 2023
1 parent 38019c5 commit 51d2316
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ -n "$selection" ]; then
then
destination=""
branch=""
az acr run --cmd "acr purge --filter 'get-a-quote:.*' --ago 15d" --registry "${ACR}" /dev/null
az acr run --cmd "acr purge --filter 'mdm:.*' --ago 7d" --registry "${ACR}" /dev/null
############### ACR PURGE ###############
fi

Expand Down
Loading

0 comments on commit 51d2316

Please sign in to comment.