From 2221a40cc42efa2f9cd585b7e9317d42db3dd43a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 6 Aug 2022 20:25:24 +0200 Subject: [PATCH] Doku + Org-Secrets --- .drone.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6f1946d..3446826 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,32 +7,25 @@ steps: image: plugins/gitleaks settings: path: . - # https://github.com/hadolint/hadolint/blob/master/docs/INTEGRATION.md + - name: hadolint image: hadolint/hadolint:latest-debian - # image: ghcr.io/hadolint/hadolint:latest-debian commands: - hadolint --version - hadolint Dockerfile - # https://www.shellcheck.net/wiki/Drone + - name: shellcheck image: koalaman/shellcheck-alpine:stable commands: - "shellcheck filter.sh" + - name: docker_build_and_push image: plugins/docker settings: - # Dockerhub-Username username: quotengrote - # Dockerhub-Password - # als Org-Secret hinterlegt password: from_secret: DOCKERHUB_PASS - # Container-Registry - # registry: hub.docker.com - # Name des Containerfiles dockerfile: Dockerfile - # Repo auf dem Dockerhub repo: quotengrote/miniflux-filter tags: - latest