getprotocollab/Docker Build and Push Dev Images
Builds the Docker image and pushes it to the specified registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Registry's host | no | ghcr.io |
| user | Registry's user | no | ${{ github.actor }} |
| password | Registry user's password or token | yes | — |
| image | Docker image name without tag | yes | — |
| dockerfile | Path to the Docker file | no | ./Dockerfile |
| tag | Docker image tag | yes | — |
| build_args | Environment variables passed to docker build | no | — |
| extra_tags | Additional tags, needs the full version of tags with image name | no | — |
| platforms | The target platforms to build docker containers for | no | linux/arm64, linux/amd64 |
Outputs
no outputs