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

Update build.go

Open Juli76911 opened this issue 4 years ago • 1 comments

image name and repository must be in lower case, as docker cannot build images with upper case letters and throws the following error:

invalid argument "CapitalLetter/ImageName:0.0.13" for "-t, --tag" flag: invalid reference format: repository name must be lowercase See 'docker build --help'. failed to build image: exit status 125

Juli76911 avatar Oct 16 '19 12:10 Juli76911

Facing this same issue currently due to my username having a capital letter in it

Sn0wCrack avatar Nov 04 '20 10:11 Sn0wCrack