👷 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
$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: on:
push: push:
pull_request: branches:
- main
pull_request_target:
jobs: jobs:
test: test:

View file

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

2
.gitignore vendored
View file

@ -1 +1 @@
build dist

View file

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