This commit is contained in:
parent
6786f6df4e
commit
ec1eaddd11
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user