Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem creating docker images manually #237

Open
gurkanindibay opened this issue Aug 6, 2021 · 1 comment
Open

Problem creating docker images manually #237

gurkanindibay opened this issue Aug 6, 2021 · 1 comment

Comments

@gurkanindibay
Copy link
Contributor

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'

@gurkanindibay
Copy link
Contributor Author

Problem fixed . Manual execution is now working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant