diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d168511..d62d8d9 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -54,8 +54,8 @@ pipelines: - echo $GCLOUD_API_KEYFILE | base64 -d > ./gcloud-api-key.json - gcloud auth activate-service-account --key-file gcloud-api-key.json - gcloud config set project $GCLOUD_PROJECT - - docker load --input "coturn-${BITBUCKET_REPO_SLUG}.tar" - - docker load --input "coturn-dns-${BITBUCKET_REPO_SLUG}.tar" + - docker load --input "coturn.tar" + - docker load --input "coturn-dns.tar" - VERSION="latest" #VERSION="prod-0.1.${BITBUCKET_BUILD_NUMBER}" - docker tag "coturn" "gcr.io/${GCLOUD_PROJECT}/coturn:${VERSION}" - docker tag "coturn-dns" "gcr.io/${GCLOUD_PROJECT}/coturn-dns:${VERSION}"