👷 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
|
||||
|
||||
**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:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
4
.github/workflows/quality.yaml
vendored
4
.github/workflows/quality.yaml
vendored
|
@ -2,7 +2,9 @@ name: Quality
|
|||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
golangci:
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
|||
build
|
||||
dist
|
||||
|
|
|
@ -9,8 +9,8 @@ builds:
|
|||
- windows
|
||||
- darwin
|
||||
goarm:
|
||||
- 6
|
||||
- 7
|
||||
- "6"
|
||||
- "7"
|
||||
ldflags:
|
||||
- -s -w
|
||||
dockers:
|
||||
|
|
Loading…
Reference in a new issue