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 59ff249 commit 838a24fCopy full SHA for 838a24f
.octopus/variables.ocl
@@ -6,10 +6,10 @@ variable "spec:template:spec:containers:0:env:0:value" {
6
value "HellAdam" {}
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[Deploy Kubernetes YAML].PackageVersion}" {}
+}
+
+variable "spec:template:spec:containers:0:image" {
+ value "ghcr.io/octopussolutionsengineering/octopus-zero-to-hero/demo-frontend:#{project.frontend.version}" {}
15
0 commit comments