Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Remove untagged Docker images #23

Remove untagged Docker images

Remove untagged Docker images #23

name: Remove untagged Docker 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: ${{ vars.DOCKER_IMAGE_NAME }}
github-token: ${{ secrets.GITHUB_TOKEN }}