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: