Skip to content

Commit

Permalink
update gh action helm push oci
Browse files Browse the repository at this point in the history
  • Loading branch information
cgiraldo committed Jan 18, 2024
1 parent 3ffbe08 commit 5357747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- main
paths:
- 'charts/**'
# paths:
# - 'charts/**'

jobs:
# Generate the values for charts with changes
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
uses: bsord/[email protected]
with:
useOCIRegistry: true
registry-url: oci://${{registry}}
registry-url: oci://${{ registry }}
username: ${{ secrets.OCI_USERNAME }}
password: ${{ secrets.OCI_PASSWORD }}
force: true
Expand Down

0 comments on commit 5357747

Please sign in to comment.