👷 Fix release and add Docker Images to Releas

This commit is contained in:
louis 2022-02-25 09:43:31 +01:00
parent afa674dff7
commit 0a606961c2
5 changed files with 17 additions and 5 deletions

View file

@ -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`

View file

@ -2,7 +2,9 @@ name: Integration
on:
push:
pull_request:
branches:
- main
pull_request_target:
jobs:
test:

View file

@ -2,7 +2,9 @@ name: Quality
on:
push:
pull_request:
branches:
- main
pull_request_target:
jobs:
golangci:

2
.gitignore vendored
View file

@ -1 +1 @@
build
dist

View file

@ -9,8 +9,8 @@ builds:
- windows
- darwin
goarm:
- 6
- 7
- "6"
- "7"
ldflags:
- -s -w
dockers: