[ci skip] audiblez-web: switch from digest to tag for CI-driven deploys

Woodpecker CI pipeline now pushes tagged images and patches the
deployment with the build number tag. Using :latest as the Terraform
baseline so CI can override with specific build tags.
This commit is contained in:
Viktor Barzin 2026-02-28 14:17:19 +00:00
parent 6aa29e9f77
commit 2bbf52ac9b
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -327,8 +327,7 @@ resource "kubernetes_deployment" "audiblez-web" {
effect = "NoSchedule"
}
container {
# Use digest to bypass local registry cache
image = "docker.io/viktorbarzin/audiblez-web@sha256:eb6d13e6372b931bcac45ca389c063dfadc7b3fc2a607127fc76c5627b13a34c"
image = "docker.io/viktorbarzin/audiblez-web:latest"
image_pull_policy = "Always"
name = "audiblez-web"