You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/runner/work/docker/docker/tools/packaging_automation/publish_docker.py", line 203, in
triggering_event_info, current_branch = decode_triggering_event_info(args.github_ref)
File "/home/runner/work/docker/docker/tools/packaging_automation/publish_docker.py", line 72, in decode_triggering_event_info
parts = github_ref.split("/")
AttributeError: 'NoneType' object has no attribute 'split'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/runner/work/docker/docker/tools/packaging_automation/publish_docker.py", line 203, in
triggering_event_info, current_branch = decode_triggering_event_info(args.github_ref)
File "/home/runner/work/docker/docker/tools/packaging_automation/publish_docker.py", line 72, in decode_triggering_event_info
parts = github_ref.split("/")
AttributeError: 'NoneType' object has no attribute 'split'
The text was updated successfully, but these errors were encountered: