Skip to content

Commit 505cd83

Browse files
adminOctopus Deploy
authored andcommitted
Update variables
1 parent 30bc600 commit 505cd83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.octopus/variables.ocl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ variable "spec:template:spec:containers:0:env:0:value" {
66
value "Hello Adam" {}
77
}
88

9-
variable "spec:template:spec:containers:0:image" {
10-
value "ghcr.io/octopussolutionsengineering/octopus-zero-to-hero/demo-frontend:project.#{project.frontend.version}" {}
11-
}
12-
139
variable "project.frontend.version" {
1410
value "#{Octopus.Action.Package[octopus-zero-to-hero_demo-frontend].PackageVersion}" {}
1511
}
1612

1713
variable "project.enviornment" {
1814
value "#{Octopus.Environment.Name | ToLower} " {}
15+
}
16+
17+
variable "spec:template:spec:containers:0:image" {
18+
value "ghcr.io/octopussolutionsengineering/octopus-zero-to-hero/demo-frontend:#{project.frontend.version}" {}
1919
}

0 commit comments

Comments
 (0)