Question
Push Image to DigitalOcean through Bitbucket Pipelines
I work with bitbucket pipelines and want to push an Image to DigitalOcean registry through them. Although I am logged in using
- docker build . -t $IMAGE_NAME -f build/Dockerfile
- docker login -u $REGISTRY_TOKEN -p $REGISTRY_TOKEN registry.digitalocean.com
- docker push $IMAGE_NAME
I get an error
denied: requested access to the resource is denied