Browse Source

fix manual build process

pull/8307/head
Chris Lu 1 week ago
parent
commit
21543134c8
  1. 2
      .github/workflows/container_release_unified.yml

2
.github/workflows/container_release_unified.yml

@ -261,7 +261,7 @@ jobs:
helm-release:
runs-on: ubuntu-latest
needs: [copy-to-dockerhub]
if: github.event_name == 'push'
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
permissions:
contents: write
pages: write

Loading…
Cancel
Save