Skip to content

Commit 30f6a92

Browse files
committed
Update Dockerfile
#3
1 parent 5ccf29d commit 30f6a92

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
# If all you need is Python 3, use:
12
FROM cicirello/pyaction-lite:3
3+
4+
# If you need Python 3 and the GitHub CLI, then use:
25
# FROM cicirello/pyaction:4
6+
7+
# If Python 3 + git is sufficient, then use:
38
# FROM cicirello/pyaction:3
9+
10+
# To pull from the GitHub Container Registry instead, use one of these:
411
# FROM ghcr.io/cicirello/pyaction-lite:3
512
# FROM ghcr.io/cicirello/pyaction:4
613
# FROM ghcr.io/cicirello/pyaction:3

0 commit comments

Comments
 (0)