Skip to content

Commit 827babf

Browse files
committed
damn
1 parent 36c38b3 commit 827babf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/helm-oci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
paths:
88
- "charts/**"
9+
- ".github/workflows/helm-oci.yml"
910

1011
branches: ["main", "stable"]
1112
# Publish semver tags as releases.
@@ -32,9 +33,9 @@ jobs:
3233
name: chisel-operator
3334
repository: chisel-operator
3435
tag: 0.1.0
35-
path: charts/chisel-operator
36+
path: fyralabs/chisel-operator/chart
3637
registry: ghcr.io
3738
registry_username: ${{ github.actor }}
3839
registry_password: ${{ secrets.GITHUB_TOKEN }}
39-
update_dependencies: true
40+
# update_dependencies: true
4041

0 commit comments

Comments
 (0)