gp-docker-action
gp-docker-action copied to clipboard
Duplication of RepoName & ImageName
For a repo with url github.com/TestUser/TestProject
and ImageName TestProject
the packages are pushed to:
- Push URL:
github.com/TestUser/TestProject/TestProject
- Package Address:
TestProject/TestProject:latest
This pull request removes the last part and makes it possible to have:
- Push URL:
github.com/TestUser/TestProject
- Package Address:
TestProject:latest
Overall, it's more clean.