niaefeup/push-to-niployments
Push a versioned image, built from this project, to NIployments' Image Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 13, 2024
- License
- MIT
Pinned Snippet
uses: niaefeup/push-to-niployments@4feae8a871719bbfbfce1940768b7dfcea23aa9f # v2.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project_name | The name of the project under which to store the generated image artifact. | no | niaefeup |
| repository_name | The name of the repository, stored under "project_name", to which the new image artifact should be pushed | no | — |
| docker_dockerfile | The name of the Dockerfile used to build this image. | no | Dockerfile-prod |
| docker_context | The path to the directory containing the Dockerfile used to build the project. | no | — |
| docker_target | Sets the target stage to build | no | — |
| docker_build_args | List of build-time variables | no | — |
| NIPLOYMENTS_REGISTRY_URL | The URL of the NIployments' Image Registry | yes | — |
| NIPLOYMENTS_REGISTRY_USERNAME | The username used to authenticate with the NIployments' Image Registry | yes | — |
| NIPLOYMENTS_REGISTRY_PASSWORD | The password used to authenticate with the NIployments' Image Registry | yes | — |
Outputs
no outputs