Remove publish CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dominic Grimm 2022-08-02 11:01:02 +02:00
parent ae5ea50ec0
commit c8901a91c2
1 changed files with 0 additions and 28 deletions

View File

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