Skip to content

Commit

Permalink
Add latest track to dcgm promote
Browse files Browse the repository at this point in the history
  • Loading branch information
Deezzir committed Dec 3, 2024
1 parent 31eb845 commit c9ac565
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terraform-plans/configs/dcgm-snap_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ templates = {
source = "./templates/github/snap_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
vars = {
promote_options = "['core24/edge -> core24/candidate', 'core24/candidate -> core24/stable']"
promote_options = join("\n - ", [
"'latest/edge -> latest/candidate'",
"'latest/candidate -> latest/stable'",
"'core24/edge -> core24/candidate'",
"'core24/candidate -> core24/stable'",
])
}
}
tics = {
Expand Down

0 comments on commit c9ac565

Please sign in to comment.