codeship-library / google-cloud-utilities

Docker images and scripts to deploy to Google Cloud
MIT License
25 stars 20 forks source link

push container through push step #2

Closed flomotlik closed 8 years ago

flomotlik commented 8 years ago

@bfosberry when running this container locally with --push=true and --tag=master I get the following:

Image Push error for image gcr.io/codeship-production/google-deployment-example:latest, Post https://gcr.io/v2/codeship-production/google-deployment-example/blobs/uploads/: token auth attempt for registry: https://gcr.io/v2/token?scope=repository%3Acodeship-production%2Fgoogle-deployment-example%3Apush%2Cpull&service=gcr.io request failed with status: 403 Forbidden

The variables are set up correctly though, so it should be working fine from everything I saw

flomotlik commented 8 years ago

@bfosberry this works now. Could you review?

bfosberry commented 8 years ago

Lgtm, but I dont think you need 'add_docker' anymore,can you verify?

flomotlik commented 8 years ago

@bfosberry works without add_docker. I'll merge then