GitHub - RezaKargar/setup-unregistry: Unregistry (docker-pussh) Installer Action

Unregistry (docker-pussh) Installer Action

Build Status

Installs the docker-pussh plugin for Docker CLI, allowing you to push images to container registries without needing to log in (docker login).

Usage

Install the latest version

To install the most recent version of the unregistry plugin:

- uses: rezakargar/setup-unregistry@v1

Install a specific version

To pin to a specific version (recommended for production), use the version input:

- uses: rezakargar/setup-unregistry@v1
  with:
    version: v0.3.0  # Replace with the version you need