Skip to content

Commit

Permalink
use lowercase for the instruction and value parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 31, 2023
1 parent 28a0079 commit 1bdeadb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/plugins/resource/dockerfile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ conditions:
kind: dockerfile
spec:
file: docker/Dockerfile
Instruction: ENV[1][0]
Value: "HELM_VERSION"
instruction: ENV[1][0]
value: "HELM_VERSION"
scm:
github:
user: "updatecli"
Expand All @@ -375,7 +375,7 @@ targets:
kind: dockerfile
spec:
file: docker/Dockerfile
Instruction: ENV[1][1]
instruction: ENV[1][1]
scm:
github:
user: "updatecli"
Expand Down

0 comments on commit 1bdeadb

Please sign in to comment.