Skip to content

Commit 7211344

Browse files
committed
fixing tagging
1 parent 45fa865 commit 7211344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example.invoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pyntc:
33
python_ver: "3.11"
44
# local: false
55
# image_name: "pyntc"
6-
# image_ver: "latest"
6+
# image_ver: "2.0.2"
77
# pwd: "."

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def is_truthy(arg):
3636
"python_ver": "3.12",
3737
"local": False,
3838
"image_name": "pyntc",
39-
"image_ver": "latest",
39+
"image_ver": "2.0.2",
4040
"pwd": ".",
4141
}
4242
}

0 commit comments

Comments
 (0)