thaibault/Build x86-64 or arm-64 images pushes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| architecture | Architecture name to build for. | — | all |
| build-args | List of build-time variables. | — | — |
| build-target | Sets the target stage to build. | — | — |
| dockerfile-path | Sets the path to dockerfile to use for building the image. | — | Dockerfile |
| cache-key | An explicit key for restoring and saving the cache. Refer creating a cache key. | — | buildx-layer |
| cache-restore-keys | An ordered list of prefix-matched keys to use for restoring stale cache if no cache hit occurred for key. | — | buildx-layer |
| delete-old-images | Delete old images. | — | true |
| use-cache | Use cache when building the image. | — | true |
| name | Image name to build. | yes | — |
| description | Image description to annotate with. | — | — |
| tags | Image tags to use for registering. | — | — |
| labels | Image labels to annotate registered image with. | — | — |
| registry | Registry to use for image upload. | yes | — |
| username | Login to use for authenticating against registry. | yes | — |
| ownername | Repository owner name. If not set use provided user names instead. | — | — |
| password | Password to log into registry. | yes | — |
| alternate-registry | Alternate registry to use for image upload. | — | — |
| alternate-username | Login to use for authenticating against alternate registry. If not set use mail username. | — | — |
| alternate-ownername | Repository owner name. If not set use provided user names instead. | — | — |
| alternate-password | Password to log into alternate registry. If not set use main password. | — | — |
Outputs
no outputs