From b3263145ca5bc455ae42b543e0534ee9130585ff Mon Sep 17 00:00:00 2001 From: Lilleman Date: Tue, 15 Feb 2022 19:55:01 +0100 Subject: [PATCH] Updated tag pipeline --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9be5746..49167d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,6 +49,9 @@ steps: commands: - 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 + path: /var/run/docker.sock volumes: - name: docker-sock