diff --git a/.drone.yml b/.drone.yml index b716fac..5110c56 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: - - env + - docker build -t auth-api-db-migrate:$DRONE_TAG ./Dockerfile.migrations + - docker build -t auth-api:$DRONE_TAG ./Dockerfile volumes: - name: docker-sock