We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fa865 commit 7211344Copy full SHA for 7211344
example.invoke.yml
@@ -3,5 +3,5 @@ pyntc:
3
python_ver: "3.11"
4
# local: false
5
# image_name: "pyntc"
6
- # image_ver: "latest"
+ # image_ver: "2.0.2"
7
# pwd: "."
tasks.py
@@ -36,7 +36,7 @@ def is_truthy(arg):
36
"python_ver": "3.12",
37
"local": False,
38
"image_name": "pyntc",
39
- "image_ver": "latest",
+ "image_ver": "2.0.2",
40
"pwd": ".",
41
}
42
0 commit comments