Doku + Org-Secrets
This commit is contained in:
parent
89e79ecb63
commit
2221a40cc4
1 changed files with 3 additions and 10 deletions
13
.drone.yml
13
.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
|
||||
|
|
Loading…
Reference in a new issue