diff --git a/.github/workflows/container-registry-purge.yml b/.github/workflows/container-registry-purge.yml index 1fc4c511b..41b52ecbb 100644 --- a/.github/workflows/container-registry-purge.yml +++ b/.github/workflows/container-registry-purge.yml @@ -21,7 +21,7 @@ jobs: env: REGISTRY: bitwardenprod AGO_DUR_VER: "180d" - AGO_DUR: "30d" + AGO_DUR: "180d" run: | REPO_LIST=$(az acr repository list -n $REGISTRY -o tsv) for REPO in $REPO_LIST