Updated pipelines to always push the latest tag to docker hub
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bfcf27cd60
commit
dbf4512e9f
|
@ -61,6 +61,8 @@ steps:
|
|||
- docker login -u lilleman -p $DOCKERHUB_TOKEN
|
||||
- docker push lilleman/auth-api-db-migrate:$DRONE_TAG
|
||||
- docker push lilleman/auth-api:$DRONE_TAG
|
||||
- docker push lilleman/auth-api-db-migrate:latest
|
||||
- docker push lilleman/auth-api:latest
|
||||
|
||||
volumes:
|
||||
- name: docker-sock
|
||||
|
|
Loading…
Reference in New Issue
Block a user