We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bc600 commit 505cd83Copy full SHA for 505cd83
.octopus/variables.ocl
@@ -6,14 +6,14 @@ variable "spec:template:spec:containers:0:env:0:value" {
6
value "Hello Adam" {}
7
}
8
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
-
13
variable "project.frontend.version" {
14
value "#{Octopus.Action.Package[octopus-zero-to-hero_demo-frontend].PackageVersion}" {}
15
16
17
variable "project.enviornment" {
18
value "#{Octopus.Environment.Name | ToLower} " {}
+}
+
+variable "spec:template:spec:containers:0:image" {
+ value "ghcr.io/octopussolutionsengineering/octopus-zero-to-hero/demo-frontend:#{project.frontend.version}" {}
19
0 commit comments