add docker push for drone
continuous-integration/drone/tag Build was killed Details

This commit is contained in:
Philipp Lang 2023-07-20 16:08:34 +02:00
parent ad8200d6d5
commit 1b2df8a59a
1 changed files with 30 additions and 0 deletions

View File

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