👷 Fix release and add Docker Images to Releas
This commit is contained in:
parent
afa674dff7
commit
0a606961c2
5 changed files with 17 additions and 5 deletions
8
.github/release-drafter.yml
vendored
8
.github/release-drafter.yml
vendored
|
@ -16,3 +16,11 @@ template: |
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
$CHANGES
|
$CHANGES
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
- `docker pull systemli/prometheus-jitsi-meet-exporter:$MAJOR.$MINOR.$PATCH`
|
||||||
|
- `docker pull systemli/prometheus-jitsi-meet-exporter:$MAJOR.$MINOR`
|
||||||
|
- `docker pull systemli/prometheus-jitsi-meet-exporter:$MAJOR`
|
||||||
|
|
4
.github/workflows/integration.yaml
vendored
4
.github/workflows/integration.yaml
vendored
|
@ -2,7 +2,9 @@ name: Integration
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request_target:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
4
.github/workflows/quality.yaml
vendored
4
.github/workflows/quality.yaml
vendored
|
@ -2,7 +2,9 @@ name: Quality
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request_target:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
golangci:
|
golangci:
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
||||||
build
|
dist
|
||||||
|
|
|
@ -9,8 +9,8 @@ builds:
|
||||||
- windows
|
- windows
|
||||||
- darwin
|
- darwin
|
||||||
goarm:
|
goarm:
|
||||||
- 6
|
- "6"
|
||||||
- 7
|
- "7"
|
||||||
ldflags:
|
ldflags:
|
||||||
- -s -w
|
- -s -w
|
||||||
dockers:
|
dockers:
|
||||||
|
|
Loading…
Reference in a new issue