Skip to content

Commit 3867d60

Browse files
fix: name of image and chart location
Signed-off-by: Rahul Vishwakarma <[email protected]>
1 parent eb163e8 commit 3867d60

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/helm-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
- name: Login to GHCR (OCI)
3838
run: |
3939
helm registry login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
40+
4041
- name: Push to GHCR (OCI)
4142
run: |
42-
helm push .dist/defender-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts
43+
helm push .dist/chart-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts
4344
4445
- name: Upload to GitHub Pages (static Helm repo)
4546
uses: stefanprodan/[email protected]

.github/workflows/release-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Secure Supply Chain Pipeline
22

33
on:
4-
pull_request:
4+
workflow_dispatch:
55

66
#on:
77
# push:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
env:
1515
REGISTRY: ghcr.io
16-
IMAGE_NAME: deployDefender
16+
IMAGE_NAME: deploydefender
1717

1818
jobs:
1919
build-push:

0 commit comments

Comments
 (0)