We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208b129 commit 5c07bdcCopy full SHA for 5c07bdc
.github/workflows/release.yml
@@ -2,7 +2,9 @@ name: Create and publish a Docker image
2
3
on:
4
push:
5
- branches: ['release']
+ branches: ['main']
6
+ release:
7
+ types: [published]
8
9
env:
10
REGISTRY: ghcr.io
0 commit comments