An open API service indexing awesome lists of open source software.

https://github.com/duffney/contagious-action


https://github.com/duffney/contagious-action

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Contagious GitHub Action

This action generates a matrix of container image tags to be used by Copacetic for patching.

## Inputs

## `registry`

**Required** the name of the ghcr instance to pull images from.

## Outputs

## `images`

The matrix of container image tags to be used by Copacetic for patching.

## Example usage

```yaml
#TODO: include docker login step
uses: actions/duffney/contagious@main
with:
contagious_version: '0.1.0'
registry: 'ghcr.io/duffney'
```