This commit is contained in:
Michael Grote 2023-11-03 19:13:36 +01:00
parent 53dcdcb651
commit 8ad262bb27
2 changed files with 17 additions and 1 deletions

View File

@ -16,3 +16,19 @@ steps:
when:
event:
- tag
docker_build_and_push_selfhosted:
image: plugins/docker
settings:
dockerfile: Dockerfile
repo: registry.mgrote.net/allzweckcontainer
registry: registry.mgrote.net
tags:
- ${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_BRANCH}
- latest
when:
event:
exclude:
- pull_request
- tag

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: gitleaks
name: linting
steps:
gitleaks:
image: zricethezav/gitleaks:latest