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 4a58a6f commit a987cfeCopy full SHA for a987cfe
gitbug-java
@@ -26,7 +26,7 @@ class GitBugJavaCli(object):
26
def __init__(self, verbose: bool = False):
27
self.__init_logging(verbose)
28
self.__projects = {}
29
- self.__gitbugactions_base_image = "andre15silva/gitbug-actions:act-latest"
+ self.__gitbugactions_base_image = "andre15silva/gitbug-actions:runner-latest"
30
self.__gitbugjava_base_image = "andre15silva/gitbug-java:base-act-latest"
31
32
# Load the GitBug-Java dataset
0 commit comments