Compare commits

...

2 commits

Author SHA1 Message Date
Dominic Grimm 777cc69450 Try to fix image push with different context
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-02 10:46:44 +02:00
Dominic Grimm 43bb6d7511 Rename dockerhub pipeline 2022-08-02 10:44:42 +02:00

View file

@ -20,7 +20,7 @@ volumes:
---
kind: pipeline
type: docker
name: push-to-hub
name: docker
steps:
- name: docker
@ -32,6 +32,7 @@ steps:
from_secret: docker_password
repo: grimmigerfuchs/schwarzesbrett
tags: latest
context: ./docker/schwarzesbrett
depends_on:
- frontend