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