We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78261f2 commit b5eb0e3Copy full SHA for b5eb0e3
.github/workflows/push-rdev.yml
@@ -70,7 +70,7 @@ jobs:
70
for image in image_lines.split("\n"):
71
tag = image.split(":")[-1] # colons are illegal in branch names
72
if tag[:4] == "sha-" and len(tag) <= 11:
73
- vars[locals]["image_tag"] = tag
+ vars["locals"]["image_tag"] = tag
74
print(f"tag is {tag}")
75
76
# next: try to write to the .happy/terraform/envs/dev/locals.tf.json
0 commit comments