Skip to content

fix dockerfile archive name #228

fix dockerfile archive name

fix dockerfile archive name #228

name: 'artifacts cleanup'
on: [ push ]
# on:
# schedule:
# - cron: '0 4 * * *' # every night at 4 am UTC
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 0 # Setting this to 0 will delete all artifacts