Skip to content

Commit

Permalink
update name for Python 3 image
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dgrove-oss committed Aug 13, 2021
1 parent 91e3f28 commit 4b70293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/files/runtimes.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"default": true,
"image": {
"prefix": "openwhisk",
"name": "actionloop-python-v3.7",
"name": "action-python-v3.7",
"tag": "nightly"
},
"deprecated": false,
Expand Down

0 comments on commit 4b70293

Please sign in to comment.