publish to quay and dockerhub
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-09-02 22:06:26 +02:00
parent 0303d46431
commit 0d9d37260b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 53 additions and 11 deletions

View File

@ -34,8 +34,10 @@ steps:
ref:
- refs/heads/master
- refs/tags/**
depends_on:
- dryrun
- name: publish
- name: publish-dockerhub
image: plugins/docker
settings:
build_args:
@ -50,6 +52,27 @@ steps:
ref:
- refs/heads/master
- refs/tags/**
depends_on:
- tags
- name: publish-quay
image: plugins/docker
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
dockerfile: Dockerfile
password:
from_secret: quay_password
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: quay_username
when:
ref:
- refs/heads/master
- refs/tags/**
depends_on:
- tags
- name: publish-gitea
image: plugins/gitea-release
@ -63,6 +86,9 @@ steps:
when:
ref:
- refs/tags/**
depends_on:
- publish-dockerhub
- publish-quay
---
kind: pipeline
@ -73,17 +99,29 @@ platform:
arch: amd64
steps:
- name: readme
image: sheogorath/readme-to-dockerhub
- name: pushrm-dockerhub
pull: always
image: chko/docker-pushrm:1
environment:
DOCKERHUB_PASSWORD:
DOCKER_PASS:
from_secret: docker_password
DOCKERHUB_REPO_NAME: ${DRONE_REPO_NAME}
DOCKERHUB_REPO_PREFIX: xoxys
DOCKERHUB_USERNAME:
DOCKER_USER:
from_secret: docker_username
README_PATH: README.md
SHORT_DESCRIPTION: lhci - Simple wrapper for lighthouse-ci
PUSHRM_FILE: README.md
PUSHRM_SHORT: lhci - Simple wrapper for lighthouse-ci
PUSHRM_TARGET: xoxys/${DRONE_REPO_NAME}
when:
status:
- success
- name: pushrm-quay
pull: always
image: chko/docker-pushrm:1
environment:
APIKEY__QUAY_IO:
from_secret: quay_token
PUSHRM_FILE: README.md
PUSHRM_TARGET: quay.io/thegeeklab/${DRONE_REPO_NAME}
when:
status:
- success
@ -118,6 +156,6 @@ depends_on:
---
kind: signature
hmac: befd5fdd0b708ae98e2935494ee9220d94de90b485300b0fe489da6752c071d8
hmac: 1b616fa82f892373a250c1dc4ec3aaa8471158b8c70b78469e11f8347c203b9e
...

View File

@ -1,7 +1,11 @@
# [lhci](https://gitea.rknet.org/docker/lhci)
# lhci
lhci - Simple wrapper for lighthouse-ci
[![Build Status](https://img.shields.io/drone/build/docker/lhci?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/lhci)
[![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/lhci)
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/lhci)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/lhci)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/lhci/src/branch/master/LICENSE)
Simple wrapper for [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci).