From 8e1e3ab16916e1b639fb76555a02aa828add9295 Mon Sep 17 00:00:00 2001 From: Public copy <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 03:46:51 +0000 Subject: [PATCH] automated commit Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com> --- tflib/publisher/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tflib/publisher/main.tf b/tflib/publisher/main.tf index db9863182..01f99450d 100644 --- a/tflib/publisher/main.tf +++ b/tflib/publisher/main.tf @@ -92,7 +92,7 @@ locals { module "this" { source = "chainguard-dev/apko/publisher" - version = "0.0.16" + version = "0.0.17" target_repository = var.target_repository config = yamlencode(local.updated_config) @@ -105,7 +105,7 @@ module "this" { module "this-dev" { count = local.build-dev ? 1 : 0 source = "chainguard-dev/apko/publisher" - version = "0.0.16" + version = "0.0.17" target_repository = var.target_repository