Skip to content

Commit c5b1e22

Browse files
committed
try pyaction-lite
to reduce the amount of docker messages
1 parent 23e54df commit c5b1e22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# If you need Python 3 and the GitHub CLI, then use:
2-
FROM cicirello/pyaction:4
2+
# FROM cicirello/pyaction:4
33

44
# If all you need is Python 3, use:
5-
# FROM cicirello/pyaction-lite:3
5+
FROM cicirello/pyaction-lite:3
66

77
# If Python 3 + git is sufficient, then use:
88
# FROM cicirello/pyaction:3

0 commit comments

Comments
 (0)