Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/docker/setup-qem…
Browse files Browse the repository at this point in the history
…u-action-3
  • Loading branch information
cristiangreco authored Sep 25, 2023
2 parents f63fe13 + 93dcda5 commit ca1d652
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t ghcr.io/nerdswords/yet-another-cloudwatch-exporter:${{github.ref_name}} --build-arg VERSION=${{github.ref_name}} --push .

- name: Build && release binaries
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
3 changes: 0 additions & 3 deletions pkg/config/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ var SupportedServices = serviceConfigs{
{
Namespace: "AWS/MWAA",
Alias: "mwaa",
ResourceFilters: []*string{
aws.String("mwaa"),
},
},
{
Namespace: "AWS/ApplicationELB",
Expand Down

0 comments on commit ca1d652

Please sign in to comment.