---
kind: pipeline
type: docker
name: default
steps:
- name: run gitleaks
image: plugins/gitleaks
settings:
path: .
when:
event:
exclude:
- tag
- name: hadolint
image: hadolint/hadolint:latest-debian
commands:
- hadolint --version
- hadolint Dockerfile
- name: docker_build_and_push_selfhosted
image: plugins/docker
dockerfile: Dockerfile
repo: registry.mgrote.net/python-api-server
registry: registry.mgrote.net
tags:
- ${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_BRANCH}
- latest
- pull_request
- name: docker_build_and_push_dockerhub
username:
from_secret: DOCKERHUB_USER
password:
from_secret: DOCKERHUB_PASS
repo: quotengrote/python-api-server
- name: docker_build_and_push_selfhosted_tag
- ${DRONE_TAG}
- name: docker_build_and_push_dockerhub_tag