Skip to content

Commit 9ebd5cf

Browse files
authored
🔖 Add release trigger for docker build (#203)
Whoops, I forgot to set up the release trigger for docker builds so I had to manually tag the 0.3.0 image Signed-off-by: Joe Runde <[email protected]>
1 parent 2e7c154 commit 9ebd5cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- "main"
1313
paths-ignore:
1414
- "**.md"
15+
release:
16+
types: [published]
1517

1618
defaults:
1719
run:

0 commit comments

Comments
 (0)