Add dockerhub push CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominic Grimm 2022-08-02 10:52:27 +02:00
parent 777cc69450
commit 2249059328

View file

@ -11,19 +11,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- docker-compose build frontend - docker-compose build frontend
- name: publish
volumes:
- name: dockersock
host:
path: /var/run/docker.sock
---
kind: pipeline
type: docker
name: docker
steps:
- name: docker
image: plugins/docker image: plugins/docker
settings: settings:
username: username:
@ -32,13 +20,14 @@ steps:
from_secret: docker_password from_secret: docker_password
repo: grimmigerfuchs/schwarzesbrett repo: grimmigerfuchs/schwarzesbrett
tags: latest tags: latest
context: ./docker/schwarzesbrett volumes:
- name: dockersock
path: /var/run/docker.sock
when:
branch:
- main
depends_on: volumes:
- frontend - name: dockersock
host:
trigger: path: /var/run/docker.sock
branch:
- main
event:
- push