fix manual build process
This commit is contained in:
@@ -261,7 +261,7 @@ jobs:
|
|||||||
helm-release:
|
helm-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [copy-to-dockerhub]
|
needs: [copy-to-dockerhub]
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pages: write
|
pages: write
|
||||||
|
|||||||
Reference in New Issue
Block a user