adding image tag

This commit is contained in:
2026-07-10 17:48:15 -03:00
parent fb6584ea84
commit e098b7e0c5
3 changed files with 11 additions and 6 deletions

View File

@@ -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