0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-06-02 18:29:39 +02:00
This commit is contained in:
Robert Kaussow 2023-07-25 20:56:56 +02:00
parent efb0352289
commit 18bb48797e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
5 changed files with 11 additions and 12 deletions

View File

@ -1,3 +1,2 @@
.drone.yml
*.tpl.md
LICENSE

View File

@ -6,7 +6,7 @@ when:
steps:
dryrun:
image: thegeeklab/drone-docker-buildx:23
image: quay.io/thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile.multiarch
dry_run: true
@ -16,13 +16,13 @@ steps:
- linux/arm/v7
- linux/arm/v6
provenance: false
repo: thegeeklab/${DRONE_REPO_NAME}
repo: thegeeklab/${CI_REPO_NAME}
when:
- ref: refs/pull/**
publish-dockerhub:
group: build
image: thegeeklab/drone-docker-buildx:23
image: quay.io/thegeeklab/drone-docker-buildx:23
settings:
auto_tag: true
dockerfile: Dockerfile.multiarch
@ -34,7 +34,7 @@ steps:
- linux/arm/v7
- linux/arm/v6
provenance: false
repo: thegeeklab/${DRONE_REPO_NAME}
repo: thegeeklab/${CI_REPO_NAME}
username:
from_secret: docker_username
when:
@ -43,7 +43,7 @@ steps:
publish-quay:
group: build
image: thegeeklab/drone-docker-buildx:23
image: quay.io/thegeeklab/drone-docker-buildx:23
settings:
auto_tag: true
dockerfile: Dockerfile.multiarch
@ -56,7 +56,7 @@ steps:
- linux/arm/v6
provenance: false
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
repo: quay.io/thegeeklab/${CI_REPO_NAME}
username:
from_secret: quay_username
when:

View File

@ -23,4 +23,5 @@ steps:
depends_on:
- test
- binary
- container
- release

View File

@ -8,14 +8,13 @@ steps:
checksum:
image: docker.io/alpine
commands:
- echo $(pwd)
- sha256sum retry > sha256sum.txt
changelog-generate:
image: quay.io/thegeeklab/git-chglog
commands:
- git fetch -tq
- git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased}
- git-chglog --no-color --no-emoji -o CHANGELOG.md ${CI_COMMIT_TAG:---next-tag unreleased unreleased}
changelog-format:
image: quay.io/thegeeklab/alpine-tools
@ -33,7 +32,7 @@ steps:
- sha256sum.txt
note: CHANGELOG.md
overwrite: true
title: ${DRONE_TAG}
title: ${CI_COMMIT_TAG}
when:
- ref: refs/tags/**

View File

@ -2,7 +2,7 @@
Poor-mans servie synchronizer
[![Build Status](https://img.shields.io/drone/build/thegeeklab/retry?logo=drone&server=https%3A%2F%2Fdrone.thegeeklab.de)](https://drone.thegeeklab.de/thegeeklab/retry)
[![Build Status](https://ci.thegeeklab.de/api/badges/4/status.svg)](https://ci.thegeeklab.de/4)
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/retry)
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/retry)
[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/retry)](https://github.com/thegeeklab/retry/graphs/contributors)