relab-services/turborepo-projects-version
Builds and push docker image. Skips docker build if it is already exists.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | Path to the project directory | yes | — |
| image-name | Name of the image | yes | — |
| dockerfile-name | Name of the Dockerfile | no | Dockerfile |
| version | Version tag for the Docker image | yes | — |
| registry-url | Docker registry URL | yes | — |
| registry-username | Docker registry username | yes | — |
| registry-password | Docker registry password | yes | — |
| args | Additional arguments to pass to docker build command | no | "" |
| pull-latest | Whether to pull the latest image before building (default: true) | no | true |
| push | Whether to push the image to the registry (default: true) | no | true |
Outputs
| name | description |
|---|---|
| image | Docker image name that was built/pushed |
| tag | Docker image tag that was built/pushed |
| href | Full Docker image name with tag (image-name:image-tag) |
| skipped | Whether the build was skipped because image already exists |