Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent 2aa40e2 commit 8e1e3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tflib/publisher/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down

0 comments on commit 8e1e3ab

Please sign in to comment.