We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
+ docker save -o ci.docker docker.cloudsmith.io/[owner]/[repo]/[image]:[tag] + printf 'Pushing to Cloudsmith…\n' Pushing to Cloudsmith… + cloudsmith push docker [owner]/[repo] ci.docker Checking docker package upload parameters ... OK Checking ci.docker file upload parameters ... OK Requesting file upload for ci.docker ... OK Uploading ci.docker: ERROR Failed to upload file! (status: 400 - Bad Request)
And that's all the info we get! This is not a useful diagnostic: I have absolutely no idea what I've done wrong here.
(Currently attempting to re-run this w/ --debug to see if I can get enough info to piece it together. --debug emits too much data to be useful.)
--debug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
And that's all the info we get! This is not a useful diagnostic: I have absolutely no idea what I've done wrong here.
(
Currently attempting to re-run this w/--debug
to see if I can get enough info to piece it together.--debug
emits too much data to be useful.)The text was updated successfully, but these errors were encountered: