We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ad70f commit 56c7616Copy full SHA for 56c7616
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ name: publish image
11
12
on:
13
push:
14
- branches: ['release']
+ branches: ['release', 'beta']
15
16
env:
17
REGISTRY: ghcr.io
0 commit comments