We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15debe8 commit 30d9b47Copy full SHA for 30d9b47
.github/workflows/release.yaml
@@ -1,10 +1,9 @@
1
-name: goreleaser
+name: release
2
3
on:
4
push:
5
tags:
6
- "v[0-9]+.[0-9]+.[0-9]+"
7
- - "mytest"
8
9
permissions:
10
contents: write
@@ -24,7 +23,7 @@ jobs:
24
23
uses: actions/setup-go@v3
25
with:
26
go-version: '1.24.3'
27
- - uses: anchore/sbom-action/download-syft@v0.13.3
+ - uses: anchore/sbom-action/download-syft@v0.20.6
28
- name: Run GoReleaser
29
uses: goreleaser/goreleaser-action@v4
30
@@ -90,4 +89,5 @@ jobs:
90
89
helm package ./helm -d .
91
- name: Push Helm chart to GHCR
92
run: |
+ CLEAN_VERSION=$(echo "$RELEASE_VERSION" | sed 's/^v//')
93
helm push "./netassert-${CLEAN_VERSION}.tgz" oci://ghcr.io/${{ github.repository_owner }}/charts
0 commit comments