From 0a606961c2e75d7f854609fb8e3a13391115927c Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 25 Feb 2022 09:43:31 +0100 Subject: [PATCH] :construction_worker: Fix release and add Docker Images to Releas --- .github/release-drafter.yml | 8 ++++++++ .github/workflows/integration.yaml | 4 +++- .github/workflows/quality.yaml | 4 +++- .gitignore | 2 +- .goreleaser.yml | 4 ++-- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 6ef32e9..d373a95 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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` diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 021a5cd..29ada04 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -2,7 +2,9 @@ name: Integration on: push: - pull_request: + branches: + - main + pull_request_target: jobs: test: diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index ae9e936..1447600 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -2,7 +2,9 @@ name: Quality on: push: - pull_request: + branches: + - main + pull_request_target: jobs: golangci: diff --git a/.gitignore b/.gitignore index 378eac2..1521c8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -build +dist diff --git a/.goreleaser.yml b/.goreleaser.yml index 3cd3fb8..39cd728 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,8 +9,8 @@ builds: - windows - darwin goarm: - - 6 - - 7 + - "6" + - "7" ldflags: - -s -w dockers: