Compare commits

...

8 Commits

Author SHA1 Message Date
353efe6f12 chore(docker): update thegeeklab/alpine:latest docker digest to 4361bc7
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-10-09 20:36:22 +00:00
cd83cd6347 chore(docker): update thegeeklab/alpine:latest docker digest to 46ee7e2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-25 00:01:29 +00:00
e2410f28f5 chore(docker): update thegeeklab/alpine:latest docker digest to 7ab3a1d
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-22 10:01:25 +00:00
7bfacad7c6
improve changelog template
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-22 11:45:41 +02:00
77aa2e3183 chore(docker): update thegeeklab/alpine:latest docker digest to 95d772b
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-22 08:01:26 +00:00
829ea8e812
improve drone-matrix template
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-22 09:22:35 +02:00
f6d6bdbc8a chore(docker): update thegeeklab/alpine:latest docker digest to 9567c60
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-19 20:01:32 +00:00
61862667ca
ci: switch to drone-matrix plugin
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-19 21:48:21 +02:00
3 changed files with 146 additions and 150 deletions

View File

@ -6,13 +6,9 @@
{{ range .CommitGroups -}} {{ range .CommitGroups -}}
### {{ .Title }} ### {{ .Title }}
{{ $subjects := list }}
{{ range .Commits -}} {{ range .Commits -}}
{{ if not (has .Subject $subjects) -}} - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "(Co-\\w*-by.*)" .Subject "") | trim }}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
{{ $subjects = append $subjects .Subject -}}
{{ end }} {{ end }}
{{- end }}
{{- end -}} {{- end -}}
{{- if .NoteGroups -}} {{- if .NoteGroups -}}

View File

@ -7,7 +7,7 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: markdownlint - name: markdownlint
image: thegeeklab/markdownlint-cli image: thegeeklab/markdownlint-cli
commands: commands:
- markdownlint 'README.md' - markdownlint 'README.md'
@ -27,7 +27,7 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: dryrun - name: dryrun
image: thegeeklab/drone-docker-buildx:20 image: thegeeklab/drone-docker-buildx:20
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
@ -41,7 +41,7 @@ steps:
ref: ref:
- refs/pull/** - refs/pull/**
- name: tags - name: tags
image: thegeeklab/docker-autotag image: thegeeklab/docker-autotag
environment: environment:
DOCKER_AUTOTAG_FORCE_LATEST: True DOCKER_AUTOTAG_FORCE_LATEST: True
@ -55,7 +55,7 @@ steps:
depends_on: depends_on:
- dryrun - dryrun
- name: changelog-generate - name: changelog-generate
image: thegeeklab/git-chglog image: thegeeklab/git-chglog
commands: commands:
- git fetch -tq - git fetch -tq
@ -63,7 +63,7 @@ steps:
depends_on: depends_on:
- tags - tags
- name: changelog-format - name: changelog-format
image: thegeeklab/alpine-tools image: thegeeklab/alpine-tools
commands: commands:
- prettier CHANGELOG.md - prettier CHANGELOG.md
@ -71,7 +71,7 @@ steps:
depends_on: depends_on:
- changelog-generate - changelog-generate
- name: publish-dockerhub - name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20 image: thegeeklab/drone-docker-buildx:20
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
@ -87,7 +87,7 @@ steps:
depends_on: depends_on:
- changelog-format - changelog-format
- name: publish-quay - name: publish-quay
image: thegeeklab/drone-docker-buildx:20 image: thegeeklab/drone-docker-buildx:20
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
@ -104,7 +104,7 @@ steps:
depends_on: depends_on:
- changelog-format - changelog-format
- name: publish-gitea - name: publish-gitea
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
api_key: api_key:
@ -127,7 +127,7 @@ trigger:
- refs/tags/** - refs/tags/**
depends_on: depends_on:
- test - test
--- ---
kind: pipeline kind: pipeline
@ -138,7 +138,7 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: pushrm-dockerhub - name: pushrm-dockerhub
pull: always pull: always
image: chko/docker-pushrm:1 image: chko/docker-pushrm:1
environment: environment:
@ -153,7 +153,7 @@ steps:
status: status:
- success - success
- name: pushrm-quay - name: pushrm-quay
pull: always pull: always
image: chko/docker-pushrm:1 image: chko/docker-pushrm:1
environment: environment:
@ -165,8 +165,8 @@ steps:
status: status:
- success - success
- name: matrix - name: matrix
image: plugins/matrix image: thegeeklab/drone-matrix
settings: settings:
homeserver: homeserver:
from_secret: matrix_homeserver from_secret: matrix_homeserver
@ -174,7 +174,7 @@ steps:
from_secret: matrix_password from_secret: matrix_password
roomid: roomid:
from_secret: matrix_roomid from_secret: matrix_roomid
template: "Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}" template: "Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}<br/> Message: {{ commit.Message.Title }}"
username: username:
from_secret: matrix_username from_secret: matrix_username
when: when:
@ -191,10 +191,10 @@ trigger:
- failure - failure
depends_on: depends_on:
- build-container - build-container
--- ---
kind: signature kind: signature
hmac: a1f7400028453cb7a43a23cc25eaae9e6b1eb972eb83153b6d37dc09b8b6d00b hmac: 1db64b7079ec7e54a4fb59b0a7e35e5566c5a52098668c2feea4373827ec341b
... ...

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:7cc5b84a82aea8c8e67c57a0de185a7025e029d98691e79afd5e32a2eddde618 FROM thegeeklab/alpine:latest@sha256:4361bc72c04bea35bb620d3641e73d7794246fac35b94e12049ba166d171d5bd
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>" LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"