Skip to content

Commit 838a24f

Browse files
adminOctopus Deploy
authored andcommitted
Update variables
1 parent 59ff249 commit 838a24f

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,10 +6,10 @@ variable "spec:template:spec:containers:0:env:0:value" {
66
value "HellAdam" {}
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[Deploy Kubernetes YAML].PackageVersion}" {}
11+
}
12+
13+
variable "spec:template:spec:containers:0:image" {
14+
value "ghcr.io/octopussolutionsengineering/octopus-zero-to-hero/demo-frontend:#{project.frontend.version}" {}
1515
}

0 commit comments

Comments
 (0)