Skip to content

scalified/cleanup-action

Actions
Cleans up the workspace, user-defined paths, and Docker containers/images
v1.2.0
Latest
Star (1)

Cleanup GitHub Action

License Release

Overview

A simple GitHub Action to clean the workspace, user-defined paths, and Docker containers/images

Usage

- name: Cleanup
  uses: scalified/cleanup-action@v1
  with:
    paths: >-
      /opt/storage
      /home/.npmrc
    docker-image: my-docker-image:latest

Inputs

Input Description Required Default
workspace Whether to clean up the workspace directory No true
paths List of files and directories to remove No ""
docker-image Docker image to remove, along with its containers No ""

Made with ❤️ by Scalified

scalified/cleanup-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Cleans up the workspace, user-defined paths, and Docker containers/images
v1.2.0
Latest

scalified/cleanup-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.