From ec1eaddd112cd355547c39192c2e657b2e2b75c7 Mon Sep 17 00:00:00 2001 From: Lilleman Date: Tue, 15 Feb 2022 19:49:55 +0100 Subject: [PATCH] Updated tag pipeline --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5110c56..a0acb46 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,8 +47,8 @@ steps: DOCKERHUB_TOKEN: from_secret: dockerhub commands: - - docker build -t auth-api-db-migrate:$DRONE_TAG ./Dockerfile.migrations - - docker build -t auth-api:$DRONE_TAG ./Dockerfile + - docker build -t auth-api-db-migrate:$DRONE_TAG -f ./Dockerfile.migrations + - docker build -t auth-api:$DRONE_TAG -f ./Dockerfile volumes: - name: docker-sock