Describe the bug
The deploy-RELEASE workflow does not complete successfully. It sites an error in the image name: docker image push is only supported with a tag of the format :owner/:repo_name/:image_name.
To Reproduce
Steps to reproduce the behavior:
https://github.com/github/super-linter/runs/820118509?check_suite_focus=true#step:4:626
Expected behavior
The workflow should complete successfully.
Screenshots

Additional context
Given the screeenshot it seems this hasn't worked the last few times.
Just to add some info to this, the Docker Hub deploy worked, it's the GitHub Package Registry step that is failing.
this is solved in #317
I forgot that for docker the name should be:
github/super-linter:version
For GPR it should be:
docker.pkg.github.com/github/super-linter/super-liner:version
super-linter