Reapply "feat: run blob reaper every 72h (#152)" (#155)

This reverts commit fad0b353a7.
This commit is contained in:
Ethan Mosbaugh
2024-10-09 06:22:06 -07:00
parent fad0b353a7
commit 32f12b8666
7 changed files with 57 additions and 54 deletions

View File

@@ -11,7 +11,7 @@ jobs:
env:
HEROKU_API_KEY: ${{secrets.HEROKU_API_KEY}}
steps:
- name: Checkout
- name: checkout
uses: actions/checkout@v2
- name: heroku registry login
@@ -52,3 +52,12 @@ jobs:
- name: release reaper
run: heroku container:release -a ttlsh-hooks reap
- name: build blob reaper
run: docker build -f registry/Dockerfile.blob-reap -t registry.heroku.com/ttlsh-hooks/blob-reap registry
- name: push blob reaper
run: docker push registry.heroku.com/ttlsh-hooks/blob-reap
- name: release blob reaper
run: heroku container:release -a ttlsh-hooks blob-reap