We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
latest
1 parent b17ab28 commit 83bfa22Copy full SHA for 83bfa22
1 file changed
.github/workflows/publish.yml
@@ -2,6 +2,9 @@ name: Publish Docker image
2
on:
3
release:
4
types: [published]
5
+ push:
6
+ branches:
7
+ - master
8
jobs:
9
push_to_registry:
10
name: Push Docker image to GitHub Packages
0 commit comments