Skip to content

Remove untagged container images #7

Remove untagged container images

Remove untagged container images #7

name: Remove untagged container images
on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 1"
jobs:
remove-untagged:
runs-on: ubuntu-latest
steps:
- name: Remove untagged Docker images
uses: nationalarchives/ds-docker-actions/.github/actions/remove-untagged@main
with:
docker-image-name: example-flask-application
github-token: ${{ secrets.GITHUB_TOKEN }}