Skip to content

Commit b5eb0e3

Browse files
committed
use locals key with quotation marks
1 parent 78261f2 commit b5eb0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-rdev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
for image in image_lines.split("\n"):
7171
tag = image.split(":")[-1] # colons are illegal in branch names
7272
if tag[:4] == "sha-" and len(tag) <= 11:
73-
vars[locals]["image_tag"] = tag
73+
vars["locals"]["image_tag"] = tag
7474
print(f"tag is {tag}")
7575
7676
# next: try to write to the .happy/terraform/envs/dev/locals.tf.json

0 commit comments

Comments
 (0)