Skip to content

Commit a987cfe

Browse files
authored
small fix to image name
1 parent 4a58a6f commit a987cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitbug-java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class GitBugJavaCli(object):
2626
def __init__(self, verbose: bool = False):
2727
self.__init_logging(verbose)
2828
self.__projects = {}
29-
self.__gitbugactions_base_image = "andre15silva/gitbug-actions:act-latest"
29+
self.__gitbugactions_base_image = "andre15silva/gitbug-actions:runner-latest"
3030
self.__gitbugjava_base_image = "andre15silva/gitbug-java:base-act-latest"
3131

3232
# Load the GitBug-Java dataset

0 commit comments

Comments
 (0)