I have this section in my bitbucket-pipelines.yml
image: name: eu.gcr.io/$GCLOUD_PROJECT/some-name-here username: _json_key password: '$GCLOUD_API_KEYFILE' It fails because the image name contains a variable, is there a workaround for that or must the image name be hardcoded in the bitbucket-pipelines.yml ?