Skip to content

Commit

Permalink
Update publish workflow to focus only on PromFed
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Jan 28, 2025
1 parent 89019d4 commit 5197c6f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,10 @@ jobs:
uses: azure/setup-helm@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare helm charts for debug artifacts
- name: Prepare helm charts (needed for build)
run: |
BUILD_TARGET=helm-locker make package-helm && echo "hl: chart success"
BUILD_TARGET=helm-project-operator make package-helm && echo "hpo: embeded chart success"
BUILD_TARGET=prometheus-federator make package-helm && echo "pf: embeded chart success"
- name: Prepare embedded helm chart (needed for build)
run: |
BUILD_TARGET=helm-project-operator make build-chart
BUILD_TARGET=prometheus-federator make build-chart
BUILD_TARGET=prometheus-federator make package-helm && echo "pf: release chart prepared"
BUILD_TARGET=prometheus-federator make build-chart && echo "pf: embedded project-monitoring chart prepared"
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
Expand Down

0 comments on commit 5197c6f

Please sign in to comment.