Skip to content

Commit 0a7f0bc

Browse files
committed
Add docker build workflow
1 parent 333bdcc commit 0a7f0bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Build Docker Image
22

33
on:
44
release:
5-
types:
6-
- released
7-
- prereleased
5+
types: [published]
86

97
env:
108
GITHUB_CR_REPO: ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)