Skip to content

Commit

Permalink
Disable dry run on cache repository (#12304)
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski authored Nov 4, 2024
1 parent c726782 commit 10814b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ variable "docker_cache_repository" {
format = "DOCKER"
immutable_tags = false
mode = "STANDARD_REPOSITORY"
cleanup_policy_dry_run = true
cleanup_policy_dry_run = false
# Google provider does not support the time units,
# so we need to provide the time in seconds.
# Time after which the images will be deleted.
Expand Down

0 comments on commit 10814b8

Please sign in to comment.