1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-23 12:25:16 +01:00

Latest tag doesn't exist anymore, defaulting to 180d (#4841)

This commit is contained in:
Alexey Zilber 2024-10-02 17:16:03 +08:00 committed by GitHub
parent 3d391e858d
commit 2915c10bd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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