Skip to content

Commit 4b70293

Browse files
committed
update name for Python 3 image
We changed the image name we use to publish on dockerhub from actionloop-python-v3.7 to action-python-v3.7 and forgot to update runtime.json to match.
1 parent 91e3f28 commit 4b70293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/runtimes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"default": true,
6363
"image": {
6464
"prefix": "openwhisk",
65-
"name": "actionloop-python-v3.7",
65+
"name": "action-python-v3.7",
6666
"tag": "nightly"
6767
},
6868
"deprecated": false,

0 commit comments

Comments
 (0)