From 278747e48b344e247a3aae76974187ef30dd37a7 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Mon, 15 Nov 2021 16:39:25 +0100 Subject: [PATCH] refactor pipeline --- bitbucket-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 01adacc..51ba5f1 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -19,7 +19,7 @@ pipelines: - step: name: Build and Test script: - - docker build . --file docker/coturn/Dockerfile --tag autoscaler-${BITBUCKET_REPO_SLUG} + - docker build . --file docker/coturn/Dockerfile --tag coturn-${BITBUCKET_REPO_SLUG} - docker build . --file docker/coturn-dns/Dockerfile --tag coturn-dns-${BITBUCKET_REPO_SLUG} services: - docker @@ -36,8 +36,8 @@ pipelines: - step: name: Build and Test script: - - docker build . --file docker/coturn/Dockerfile --tag autoscaler-${BITBUCKET_REPO_SLUG} - - docker build . --file docker/coturn-dns/Dockerfile --tag autoscaler-${BITBUCKET_REPO_SLUG} + - docker build . --file docker/coturn/Dockerfile --tag coturn-dns-${BITBUCKET_REPO_SLUG} + - docker build . --file docker/coturn-dns/Dockerfile --tag coturn-dns-${BITBUCKET_REPO_SLUG} - docker save coturn-${BITBUCKET_REPO_SLUG} --output "coturn-${BITBUCKET_REPO_SLUG}.tar" - docker save coturn-dns-${BITBUCKET_REPO_SLUG} --output "coturn-dns-${BITBUCKET_REPO_SLUG}.tar" services: