From d53510ddbc230ca5cb8e29607e31d1809620a1c0 Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Tue, 8 Aug 2023 12:07:38 -0400 Subject: [PATCH] Add current tag to cinc image as that is used by chef/chef --- cinc/cinc/Polly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinc/cinc/Polly.toml b/cinc/cinc/Polly.toml index 4b07da9..aea4137 100644 --- a/cinc/cinc/Polly.toml +++ b/cinc/cinc/Polly.toml @@ -1,5 +1,5 @@ [container_image] name = "cinc" -tags = ["18.2.7", "latest"] +tags = ["18.2.7", "latest", "current"] platforms = ["linux/amd64", "linux/arm64/v8"] readme = "cinc/cinc/README.md"