We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f46ba0f + 9fd137a commit a63696fCopy full SHA for a63696f
1 file changed
.github/workflows/build-openstack-operator.yaml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches:
5
- '*'
6
+ workflow_dispatch: # This allows manual triggering from the Actions tab if needed
7
+
8
env:
9
imageregistry: 'quay.io'
10
imagenamespace: ${{ secrets.IMAGENAMESPACE || secrets.QUAY_USERNAME }}
0 commit comments