https://github.com/duffney/contagious-action
https://github.com/duffney/contagious-action
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/duffney/contagious-action
- Owner: duffney
- License: apache-2.0
- Created: 2025-03-21T14:30:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T20:00:40.000Z (2 months ago)
- Last Synced: 2025-03-21T20:34:32.640Z (2 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```