We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccf29d commit 30f6a92Copy full SHA for 30f6a92
1 file changed
Dockerfile
@@ -1,6 +1,13 @@
1
+# If all you need is Python 3, use:
2
FROM cicirello/pyaction-lite:3
3
+
4
+# If you need Python 3 and the GitHub CLI, then use:
5
# FROM cicirello/pyaction:4
6
7
+# If Python 3 + git is sufficient, then use:
8
# FROM cicirello/pyaction:3
9
10
+# To pull from the GitHub Container Registry instead, use one of these:
11
# FROM ghcr.io/cicirello/pyaction-lite:3
12
# FROM ghcr.io/cicirello/pyaction:4
13
# FROM ghcr.io/cicirello/pyaction:3
0 commit comments