Updated tag pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lilleman auf Larv 2022-02-15 19:55:01 +01:00
parent 451f660efb
commit b3263145ca

View File

@ -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