diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e41bc2f99..ee9d2a398 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -17,7 +17,7 @@ definitions: name: Push to GCP registry image: google/cloud-sdk:alpine script: - - docker load --input ./tmp-image.docker + #- docker load --input ./tmp-image.docker # Authenticating with the service account key file - echo $GCLOUD_API_KEYFILE | base64 -d > ./gcloud-api-key.json - gcloud auth activate-service-account --key-file gcloud-api-key.json