Skip to content

Commit 2914bf3

Browse files
committed
Add docker build workflow
1 parent ce2eecb commit 2914bf3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Build Docker Image
22

33
on:
4-
push:
4+
release:
5+
types:
6+
- published
7+
- prereleased
58

69
env:
710
GITHUB_CR_REPO: ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)