Skip to content

Commit

Permalink
ci(registry): comment cleaning registry
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed Jul 23, 2024
1 parent b7d75a4 commit 9f2028c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
- name: Log in to DO Container Registry
# 30min
run: doctl registry login --expiry-seconds 1800
- name: Clear DO container registry
run: doctl registry garbage-collection start --force linkerry
# - name: Clear DO container registry
# run: doctl registry garbage-collection start --force linkerry
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
- name: Log in to DO Container Registry
# 30min
run: doctl registry login --expiry-seconds 1800
- name: Clear DO container registry
run: doctl registry garbage-collection start --force linkerry
# - name: Clear DO container registry
# run: doctl registry garbage-collection start --force linkerry

4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
- name: Log in to DO Container Registry
# 30min
run: doctl registry login --expiry-seconds 1800
- name: Clear DO container registry
run: doctl registry garbage-collection start --force linkerry
# - name: Clear DO container registry
# run: doctl registry garbage-collection start --force linkerry

0 comments on commit 9f2028c

Please sign in to comment.