[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:
parent
6aa29e9f77
commit
2bbf52ac9b
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue