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:53:21 +01:00
parent ec1eaddd11
commit 451f660efb
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,3 +1,3 @@
FROM amacneil/dbmate:v1.14.0
FROM amacneil/dbmate:1.14.0
COPY db /db