You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.
As noted here:
https://cloud.google.com/container-registry/docs/#pushing_to_the_registry
To support domain-scoped projects, we should sweep the examples and update lines like:
'imageName': 'gcr.io/%s/fastqc' % args.project,
to:
'imageName': 'gcr.io/%s/fastqc' % args.project.replace(':', '/'),
The text was updated successfully, but these errors were encountered: