catalystcommunity/Build and Push Image to quay.io
Builds and pushs an image to a quay.io image repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 24, 2025
- License
- Apache 2.0
Pinned Snippet
uses: catalystcommunity/action-build-push-image-quay@14f2acb6653256bfd1a44b1c5412d2318b160b72 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The full name of the repository where the image will be pushed. Default is the GitHub repository name, ex: organization/repository. | — | ${{ github.repository }} |
| username | Username for authentication to quay.io. | yes | — |
| password | Password for authentication to quay.io | yes | — |
| tag-versions | git tags to push, comma separated string such as `latest,v1.0.0` | no | latest,${{ github.event.release.tag_name }} |
| build-secrets | docker build secrets. key=value pairs separated by newlines. See [docker build push action secrets configuration](https://github.com/docker/build-push-action/blob/master/docs/advanced/secrets.md) for details | no | "" |
| docker-context | docker context. Passed to [docker build push action context input](https://github.com/docker/build-push-action#inputs). It should be relative to the root of the commit that triggered the action | no | ./ |
| docker-file | path to docker file relative to docker-context. Passed to [docker build push action file input](https://github.com/docker/build-push-action#inputs) | no | Dockerfile |
| checkout | whether to automatically checkout the current repository | no | true |
Outputs
no outputs