1 Commits
test2 ... test3

Author SHA1 Message Date
ec1eaddd11 Updated tag pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-15 19:49:55 +01:00

View File

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