We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a3b5c commit c08a4d1Copy full SHA for c08a4d1
.github/workflows/publish-to-gcr-ghcr.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
tags:
5
- '*' # Push events to every tag not containing /
6
+ workflow_dispatch:
7
8
9
jobs:
0 commit comments