Merge pull request #82 from systemli/fix-releasing

👷 Fix release and add Docker Images to Releas
This commit is contained in:
Dwight Donovan Benvenuto 2022-02-25 09:45:56 +01:00 committed by GitHub
commit e79afdad42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: