TagBot started failing on me a day ago. There are no commits between the last succesful run and it starting to fail. Here’s an example run: https://github.com/s-broda/ARCHModels.jl/runs/297652090
Run JuliaRegistries/TagBot@v1
/usr/bin/docker run --name degraafctagbot1_9ae178 --label 10865d --workdir /github/workspace --rm -e INPUT_TOKEN -e INPUT_REGISTRY -e INPUT_GPG-KEY -e HOME -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e GITHUB_ACTIONS=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/ARCHModels.jl/ARCHModels.jl":"/github/workspace" degraafc/tagbot:1
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/root/tagbot/__main__.py", line 4, in <module>
versions = get_new_versions()
File "/root/tagbot/__init__.py", line 74, in get_new_versions
current = get_versions()
File "/root/tagbot/__init__.py", line 47, in get_versions
r = gh.get_repo(env.REGISTRY)
File "/usr/local/lib/python3.7/dist-packages/github/MainClass.py", line 292, in get_repo
"%s%s" % (url_base, full_name_or_id)
File "/usr/local/lib/python3.7/dist-packages/github/Requester.py", line 268, in requestJsonAndCheck
return self.__check(*self.requestJson(verb, url, parameters, headers, input, self.__customConnection(url)))
File "/usr/local/lib/python3.7/dist-packages/github/Requester.py", line 279, in __check
raise self.__createException(status, responseHeaders, output)
github.GithubException.UnknownObjectException: 404 {"message": "Not Found", "documentation_url": "https://developer.github.com/v3"}
##[error]Docker run failed with exit code 1
Does anyone have an idea what’s going on here?
Thanks!
Simon