instagram-poster: pin image tag to 23f8b4ed (initial push)

This commit is contained in:
Viktor Barzin 2026-05-09 00:09:58 +00:00
parent 73eb01f994
commit 2d1dfa49f6

View file

@ -18,6 +18,6 @@ dependency "external-secrets" {
}
inputs = {
# Bump per deploy. Use 8-char git SHA in CI; :latest only for local trials.
image_tag = "latest"
# Bump per deploy. Use 8-char git SHA :latest causes stale pull-through cache.
image_tag = "23f8b4ed"
}