add docker push for drone
continuous-integration/drone/tag Build was killed
Details
continuous-integration/drone/tag Build was killed
Details
This commit is contained in:
parent
ad8200d6d5
commit
1b2df8a59a
30
.drone.yml
30
.drone.yml
|
@ -63,6 +63,36 @@ steps:
|
|||
PDFLATEX_BIN: /usr/bin/pdflatex
|
||||
XELATEX_BIN: /usr/bin/xelatex
|
||||
|
||||
- name: docker_app_push
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ./.docker/php.Dockerfile
|
||||
repo: zoomyboy/adrema-app
|
||||
username: zoomyboy
|
||||
password:
|
||||
from_secret: docker_hub_token
|
||||
tags:
|
||||
- latest
|
||||
- $DRONE_TAG
|
||||
pull_image: true
|
||||
when:
|
||||
event: tag
|
||||
|
||||
- name: docker_webservice_push
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ./.docker/nginx.Dockerfile
|
||||
repo: zoomyboy/adrema-webservice
|
||||
username: zoomyboy
|
||||
password:
|
||||
from_secret: docker_hub_token
|
||||
tags:
|
||||
- latest
|
||||
- $DRONE_TAG
|
||||
pull_image: true
|
||||
when:
|
||||
event: tag
|
||||
|
||||
- name: composer_no_dev
|
||||
image: composer:2.2.7
|
||||
commands:
|
||||
|
|
Loading…
Reference in New Issue