aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-04-23 15:54:06 +0200
committerMichael Grote2023-04-23 15:54:06 +0200
commit20ef199755a5b82e7ee9c3398605c6c42c8c45fe (patch)
tree6a66bb2a21ad902d40b9561088dc6da88652deb5
parentdd6dcb5d887fc8bd2f4d8d07595b2c3e6ba0f421 (diff)
ci: housekeeping
-rw-r--r--.drone.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.drone.yml b/.drone.yml
index 3b64661..bf2d50a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,14 +3,11 @@ kind: pipeline
type: docker
name: default
steps:
- # prüfe ob secrets im Repo sind
- name: run gitleaks
image: plugins/gitleaks
settings:
path: .
- # linter für Dockerfiles
- # https://github.com/hadolint/hadolint/blob/master/docs/INTEGRATION.md
- name: hadolint
image: hadolint/hadolint:latest-debian
commands:
@@ -31,20 +28,3 @@ steps:
event:
exclude:
- pull_request
- - name: docker_build_and_push_dockerhub
- image: plugins/docker
- settings:
- username:
- from_secret: DOCKERHUB_USER
- password:
- from_secret: DOCKERHUB_PASS
- dockerfile: Dockerfile
- repo: quotengrote/python-api-server
- tags:
- - ${DRONE_COMMIT_SHA:0:8}
- - ${DRONE_COMMIT_BRANCH}
- - latest
- when:
- event:
- exclude:
- - pull_request