From d56526626540914c82a5dc25a1cc2ddfa4f11928 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Mon, 15 Nov 2021 17:55:04 +0100 Subject: [PATCH] refactor pipeline --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}"