This commit is contained in:
parent
ae5ea50ec0
commit
c8901a91c2
1 changed files with 0 additions and 28 deletions
28
.drone.yml
28
.drone.yml
|
@ -16,31 +16,3 @@ volumes:
|
|||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: push-to-hub
|
||||
|
||||
workspace:
|
||||
path: ./docker/schwarzesbrett
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: grimmigerfuchs/schwarzesbrett
|
||||
tags: latest
|
||||
|
||||
depends_on:
|
||||
- frontend
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
|
|
Loading…
Reference in a new issue