This commit is contained in:
parent
451f660efb
commit
b3263145ca
|
@ -49,6 +49,9 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- docker build -t auth-api-db-migrate:$DRONE_TAG -f ./Dockerfile.migrations .
|
- docker build -t auth-api-db-migrate:$DRONE_TAG -f ./Dockerfile.migrations .
|
||||||
- docker build -t auth-api:$DRONE_TAG -f ./Dockerfile .
|
- docker build -t auth-api:$DRONE_TAG -f ./Dockerfile .
|
||||||
|
volumes:
|
||||||
|
- name: docker-sock
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker-sock
|
- name: docker-sock
|
||||||
|
|
Loading…
Reference in New Issue
Block a user