Skip to content

Commit

Permalink
Merge pull request #82 from systemli/fix-releasing
Browse files Browse the repository at this point in the history
👷 Fix release and add Docker Images to Releas
  • Loading branch information
0x46616c6b authored Feb 25, 2022
2 parents f890c14 + 0a60696 commit e79afda
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Integration

on:
push:
pull_request:
branches:
- main
pull_request_target:

jobs:
test:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Quality

on:
push:
pull_request:
branches:
- main
pull_request_target:

jobs:
golangci:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build
dist
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ builds:
- windows
- darwin
goarm:
- 6
- 7
- "6"
- "7"
ldflags:
- -s -w
dockers:
Expand Down

0 comments on commit e79afda

Please sign in to comment.