3 Commits
test ... test4

Author SHA1 Message Date
451f660efb Updated tag pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-15 19:53:21 +01:00
ec1eaddd11 Updated tag pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-15 19:49:55 +01:00
6786f6df4e Updated tag pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-15 19:48:03 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -47,8 +47,8 @@ steps:
DOCKERHUB_TOKEN: DOCKERHUB_TOKEN:
from_secret: dockerhub from_secret: dockerhub
commands: commands:
#- docker build -t auth-api-db-migrate: - docker build -t auth-api-db-migrate:$DRONE_TAG -f ./Dockerfile.migrations .
- env - docker build -t auth-api:$DRONE_TAG -f ./Dockerfile .
volumes: volumes:
- name: docker-sock - name: docker-sock

View File

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