All checks were successful
ci/woodpecker/push/default Pipeline was successful
Both now built by GHA → public ghcr. Repoint stack image bases forgejo→ghcr:latest (terragrunt-managed, imagePullPolicy Always picks up rebuilds). android var default api36-v8 -> latest. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
10 lines
434 B
HCL
10 lines
434 B
HCL
variable "tls_secret_name" {
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
|
|
variable "image_tag" {
|
|
type = string
|
|
default = "latest"
|
|
description = "android-emulator image tag at forgejo.viktorbarzin.me/viktor/android-emulator. Built by GHA (.github/workflows/build-android-emulator.yml) -> ghcr.io/viktorbarzin/android-emulator on changes to stacks/android-emulator/docker/ (ADR-0002). :latest tracks the newest build."
|
|
}
|