This commit is contained in:
@@ -47,8 +47,8 @@ steps:
|
|||||||
DOCKERHUB_TOKEN:
|
DOCKERHUB_TOKEN:
|
||||||
from_secret: dockerhub
|
from_secret: dockerhub
|
||||||
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:
|
volumes:
|
||||||
- name: docker-sock
|
- name: docker-sock
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
FROM amacneil/dbmate:v1.14.0
|
FROM amacneil/dbmate:1.14.0
|
||||||
|
|
||||||
COPY db /db
|
COPY db /db
|
||||||
Reference in New Issue
Block a user