adding image tag
This commit is contained in:
@@ -11,9 +11,10 @@ This repo provides reusable Gitea composite actions for homelab CI/CD pipelines.
|
||||
Logs into the container registry, sets up SSH key for `docker-build.haven`, creates a remote Buildx context over SSH, and builds + pushes a multi-arch Docker image.
|
||||
|
||||
**Inputs:**
|
||||
- `image` (required) — full image ref without tag (`:latest` appended)
|
||||
- `image` (required) — full image ref without tag
|
||||
- `registry_password` (required) — registry password/token (use secrets)
|
||||
- `ssh_key` (required) — SSH private key for remote builder (use secrets)
|
||||
- `image_tag` (default `latest`) — tag to apply to the built image
|
||||
- `registry_host` (default `git.ivanch.me`) — container registry hostname
|
||||
- `registry_username` (default `ivanch`) — registry username
|
||||
- `platforms` (default `linux/amd64,linux/arm64`) — target build platforms
|
||||
|
||||
Reference in New Issue
Block a user