apex-nerd-labs/Build and Bake Docker Image
Build and bake a Docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tag to apply to the image | yes | latest |
| package-name | Name of the package to build | yes | — |
| target-registry | Target registry to push the image to | yes | — |
| bake-target | Bake target | yes | — |
| repository-username | Repository username | yes | — |
| repository-password | Repository password | yes | ${{ github.token }} |
| source | Source directory to build the image from | yes | . |
| workDir | Working directory to build the image from | yes | . |
| files | Files to include in the image | yes | — |
| no-cache | No cache | no | false |
Outputs
| name | description |
|---|---|
| metadata | Metadata about the build |