Installs the docker-pussh plugin for Docker CLI, allowing you to push images to container registries without needing to log in (docker login).
To install the most recent version of the unregistry plugin:
- uses: rezakargar/setup-unregistry@v1To 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