Purge old artifacts
This commit is contained in:
parent
6f641d9147
commit
29d6046eb3
1 changed files with 9 additions and 0 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -8,6 +8,15 @@ on:
|
|||
- cron: '0 12 * * *'
|
||||
|
||||
jobs:
|
||||
purge_artifacts:
|
||||
name: Purge old artifacts
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Purge old artifacts
|
||||
uses: kolpav/purge-artifacts-action@v1
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
expire-in: 3days
|
||||
build_base:
|
||||
name: Build base image
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue