diff --git a/.drone.yml b/.drone.yml index a0acb46..9be5746 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,8 +47,8 @@ steps: DOCKERHUB_TOKEN: from_secret: dockerhub commands: - - 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-db-migrate:$DRONE_TAG -f ./Dockerfile.migrations . + - docker build -t auth-api:$DRONE_TAG -f ./Dockerfile . volumes: - name: docker-sock diff --git a/Dockerfile.migrations b/Dockerfile.migrations index 99755dd..ce518d1 100644 --- a/Dockerfile.migrations +++ b/Dockerfile.migrations @@ -1,3 +1,3 @@ -FROM amacneil/dbmate:v1.14.0 +FROM amacneil/dbmate:1.14.0 COPY db /db \ No newline at end of file