gp-docker-action icon indicating copy to clipboard operation
gp-docker-action copied to clipboard

Duplication of RepoName & ImageName

Open KaanSK opened this issue 3 years ago • 0 comments

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.

KaanSK avatar Dec 14 '21 11:12 KaanSK