Skip to content

cleanup packages

cleanup packages #62

Workflow file for this run

---
name: cleanup packages
on:
schedule:
- cron: '0 5 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
IMAGE_NAME: kamailio-ci
jobs:
x86_64:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Delete untagged images
uses: camargo/delete-untagged-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
package-name: ${{ env.IMAGE_NAME }}