airnity/Wait
Wait a designated number of milliseconds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| image-name | Short name of the image (without the registry name) | yes | — |
| image-tag | Version tag of the image | yes | — |
| dockerfile-path | Path to the Dockerfile | no | Dockerfile |
| context-path | Path where to run docker build | no | . |
| push | Wether to push image or not | no | False |
| ecr-region | AWS ECR region to login to | no | "" |
| latest | Wether to also tag image as latest or not | no | False |
| args | Comma separated list of arguments to pass to docker build | no | "" |
Outputs
| name | description |
|---|---|
| registry | The registry where the image has been pushed |
| image-name | The name of the image with registry prefix if push is enabled, but without the version tag |
| image-tag | The version tag of the image |
| image-fullname | The full name of the image with registry, name and tag |