Doku + Org-Secrets

This commit is contained in:
Michael Grote 2022-08-06 20:23:52 +02:00
parent 6d46b504fa
commit 1c3e725c07

View file

@ -7,29 +7,21 @@ steps:
image: plugins/gitleaks image: plugins/gitleaks
settings: settings:
path: . path: .
# https://github.com/hadolint/hadolint/blob/master/docs/INTEGRATION.md
- name: hadolint - name: hadolint
image: hadolint/hadolint:latest-debian image: hadolint/hadolint:latest-debian
# image: ghcr.io/hadolint/hadolint:latest-debian
commands: commands:
- hadolint --version - hadolint --version
- hadolint Dockerfile - hadolint Dockerfile
- name: docker_build_and_push - name: docker_build_and_push
image: plugins/docker image: plugins/docker
environment:
http_proxy: http://acng.grote.lan:9999
settings: settings:
# Dockerhub-Username username:
username: quotengrote from_secret: DOCKERHUB_USER
# Dockerhub-Password
# als Org-Secret hinterlegt
password: password:
from_secret: DOCKERHUB_PASS from_secret: DOCKERHUB_PASS
# Container-Registry
# registry: hub.docker.com
# Name des Containerfiles
dockerfile: Dockerfile dockerfile: Dockerfile
# Repo auf dem Dockerhub
repo: quotengrote/fpm repo: quotengrote/fpm
tags: tags:
- latest - latest