jenkins-x-plugins / jenkins-x-plugins/jx-gitops
APP_NAME is set to an invalid value
- Dominant language
- Go
- Stars
- 35
- Forks
- 53
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 7
Description
Normally APP_NAME is used to set the name of the docker repo to which Jenkins X pipeline pushes to.
For nested repos, this is set to `group/repo`, which is valid for ECR repos as valid docker repo names can only contain `abcdefghijklmnopqrstuvwxyz0123456789_-./`.
However for dockerhub, this is not valid

This would also not work for repos with capitals in their name, as github repo names can have capital in their name, but dockerhub repo names cant have caps.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.