Skip to content

Commit f2e0686

Browse files
committed
Add docker build workflow
1 parent 564edce commit f2e0686

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build Docker Image
33
on:
44
release:
55
types: [published]
6+
push:
7+
branches: [main]
68

79
env:
810
GITHUB_CR_REPO: ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)